Re: [sqlite] using sqlitejdbc-v056 with ant build file

2010-07-27 Thread Laurent MICHEL
.@sqlite.org > [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Pavel Ivanov > Sent: Monday, July 26, 2010 1:02 PM > To: General Discussion of SQLite Database > Subject: Re: [sqlite] using sqlitejdbc-v056 with ant build file > > http://lmgtfy.com/?q=sqlitejdbc-v056&l=1 > > I

Re: [sqlite] using sqlitejdbc-v056 with ant build file

2010-07-26 Thread kyle.kimberley
Database Subject: Re: [sqlite] using sqlitejdbc-v056 with ant build file http://lmgtfy.com/?q=sqlitejdbc-v056&l=1 It looks like official site of the driver with the link to appropriate mailing list. Pavel On Mon, Jul 26, 2010 at 12:56 PM, wrote: > Thanks for the clarification.  Do y

Re: [sqlite] using sqlitejdbc-v056 with ant build file

2010-07-26 Thread Pavel Ivanov
urning a recordset.  I'll ask >> directly to SQLite support and see if I can get an answer. >> >> Thanks >> >> Kyle Kimberley >> >> -Original Message- >> From: sqlite-users-boun...@sqlite.org >> [mailto:sqlite-users-boun...@sqlite.org] On Behalf

Re: [sqlite] using sqlitejdbc-v056 with ant build file

2010-07-26 Thread kyle.kimberley
PM To: General Discussion of SQLite Database Subject: Re: [sqlite] using sqlitejdbc-v056 with ant build file > I'll ask directly to SQLite support and see if I can get an answer. I hope you meant SQLite JDBC support, because SQLite support itself is here. And we can't tell anythi

Re: [sqlite] using sqlitejdbc-v056 with ant build file

2010-07-26 Thread Pavel Ivanov
ley > > -Original Message- > From: sqlite-users-boun...@sqlite.org > [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Pavel Ivanov > Sent: Monday, July 26, 2010 12:00 PM > To: General Discussion of SQLite Database > Subject: Re: [sqlite] using sqlitejdbc-v056 wi

Re: [sqlite] using sqlitejdbc-v056 with ant build file

2010-07-26 Thread kyle.kimberley
lite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Pavel Ivanov Sent: Monday, July 26, 2010 12:00 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] using sqlitejdbc-v056 with ant build file > I'd still like > to know what I can pass to the j

Re: [sqlite] using sqlitejdbc-v056 with ant build file

2010-07-26 Thread Pavel Ivanov
:sqlite-users-boun...@sqlite.org] On Behalf Of Swithun Crowe > Sent: Monday, July 26, 2010 11:49 AM > To: General Discussion of SQLite Database > Subject: Re: [sqlite] using sqlitejdbc-v056 with ant build file > > Hello > >> When I run a script, using sqlitejdbc-v056, with DR

Re: [sqlite] using sqlitejdbc-v056 with ant build file

2010-07-26 Thread kyle.kimberley
l Discussion of SQLite Database Subject: Re: [sqlite] using sqlitejdbc-v056 with ant build file Hello > When I run a script, using sqlitejdbc-v056, with DROP, CREATE, and > INSERT statements I get this error message "java.sql.SQLException: no > ResultSet available". The statement

Re: [sqlite] using sqlitejdbc-v056 with ant build file

2010-07-26 Thread Swithun Crowe
Hello > When I run a script, using sqlitejdbc-v056, with DROP, CREATE, and > INSERT statements I get this error message "java.sql.SQLException: no > ResultSet available". The statement actually is successful as the data > does appear in the database. It will be something to do with these stat

Re: [sqlite] using sqlitejdbc-v056 with ant build file

2010-07-26 Thread kyle.kimberley
cr&Science) Sent: Monday, July 26, 2010 10:16 AM To: sqlite-users@sqlite.org Subject: [sqlite] using sqlitejdbc-v056 with ant build file When I run a script, using sqlitejdbc-v056, with DROP, CREATE, and INSERT statements I get this error message "java.sql.SQLException: no ResultSe

[sqlite] using sqlitejdbc-v056 with ant build file

2010-07-26 Thread kyle.kimberley
When I run a script, using sqlitejdbc-v056, with DROP, CREATE, and INSERT statements I get this error message "java.sql.SQLException: no ResultSet available". The statement actually is successful as the data does appear in the database. I'm able to get the script to continue by including the