Re: [Ironpython-users] SQLite3

2011-07-01 Thread Steve Baugh
through the IDE! Hope all this makes sense. I have only checked that I can import sqlite3, I havn't tested the functionality yet. BTW do I need sqlite3.dll as well? Thanks Steve On Fri, 2011-07-01 at 01:49 +0100, Steve Baugh wrote: > Thanks Jeff, > > I will try it soon, > > Ste

Re: [Ironpython-users] SQLite3

2011-06-30 Thread Steve Baugh
n 29, 2011 at 8:00 PM, Steve Baugh > wrote: > > > > Jeff, > > > > Thank you for your reply. > > > > I have downloaded > > > > IronPython.SQLite-2.7.0_ipy-2.7_clr-v4.0.zip > > > > but can't make it work. > > > > I have put

Re: [Ironpython-users] SQLite3

2011-06-29 Thread Steve Baugh
dy wrote: > 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 > >

[Ironpython-users] SQLite3

2011-06-27 Thread Steve Baugh
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, informatio