[Ironpython-users] SQLite3

Jeff Hardy jdhardy at gmail.com
Wed Jun 29 18:33:42 CEST 2011


You should be able to use IronPython.SQLite
(https://bitbucket.org/jdhardy/ironpython.sqlite/). There's a
2.7-compatible build on the downloads page. It's not 100% compatible
with CPython sqlite, but it's pretty darn close.

- Jeff

On Mon, Jun 27, 2011 at 2:26 PM, Steve Baugh
<stephen.baugh1 at ntlworld.com> wrote:
> I am trying to port a Linux Python program to IronPython and WPF. This
> program makes use of sqlite3. I am not trying to use data aware contols,
> I just want to issue SQL commands and get the results from SELECT
> statements.
>
> I have been getting conflicting, and in some cases contradictory,
> information from my web searches.
>
> Has anyone done this with IronPython 2.7 on .NET 4? I am am using
> SharpStudio in Windows 7 64 bit (but I am not trying to build a 64 bit
> application).
>
> Thanks,
>
> Steve
>
> _______________________________________________
> Ironpython-users mailing list
> Ironpython-users at python.org
> http://mail.python.org/mailman/listinfo/ironpython-users
>


More information about the Ironpython-users mailing list