Re: [IronPython] SQLite

2009-07-29 Thread Seo Sanghyeon
2009/7/30 Kelie : > Is SQLite currently supported in IronPython? If not, is SQLite .NET > from http://sqlite.phxsoftware.com/ the best alternative? Seems so. Others have replied about this. One alternative was not mentioned in this thread. That is, CPython's SQLite module('s upstream), pysqlite,

Re: [IronPython] SQLite

2009-07-29 Thread Jeff Hardy
On Wed, Jul 29, 2009 at 12:19 PM, Harry Pierson wrote: > We don't support the CPython sqlite3 module, but I would expect the > System.Data.SQLite DLL to work with IronPython. I imagine it would be > possible to build a sqlite3 compatible wrapper around System.Data.SQLite, but > I don't know if a

Re: [IronPython] SQLite

2009-07-29 Thread Dody Gunawinata
m [mailto: >> users-boun...@lists.ironpython.com] On Behalf Of Kelie >> Sent: Wednesday, July 29, 2009 10:52 AM >> To: users@lists.ironpython.com >> Subject: [IronPython] SQLite >> >> Hello, >> >&g

Re: [IronPython] SQLite

2009-07-29 Thread Bruce Bromberek
ilto: > users-boun...@lists.ironpython.com] On Behalf Of Kelie > Sent: Wednesday, July 29, 2009 10:52 AM > To: users@lists.ironpython.com > Subject: [IronPython] SQLite > > Hello, > > Is SQLite currently supported in IronPython? If not, is SQLite .NET >

Re: [IronPython] SQLite

2009-07-29 Thread Harry Pierson
- From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Kelie Sent: Wednesday, July 29, 2009 10:52 AM To: users@lists.ironpython.com Subject: [IronPython] SQLite Hello, Is SQLite currently supported in IronPython? If not, is SQLite .NET

Re: [IronPython] SQLite

2009-07-29 Thread Brian Curtin
On Wed, Jul 29, 2009 at 12:51, Kelie wrote: > Hello, > > Is SQLite currently supported in IronPython? If not, is SQLite .NET > from http://sqlite.phxsoftware.com/ the best alternative? > > Thanks. sqlite3 is implemented as a C extension, and as such, does not currently work. I've used the libr

[IronPython] SQLite

2009-07-29 Thread Kelie
Hello, Is SQLite currently supported in IronPython? If not, is SQLite .NET from http://sqlite.phxsoftware.com/ the best alternative? Thanks. ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com