Re: [sqlite] SQL Logic error for in-memory database

2010-09-15 Thread Hemant Shah
Binns <rog...@rogerbinns.com> wrote: > From: Roger Binns <rog...@rogerbinns.com> > Subject: Re: [sqlite] SQL Logic error for in-memory database > To: "General Discussion of SQLite Database" <sqlite-users@sqlite.org> > Date: Wednesday, September 15, 2010, 3:05 PM

Re: [sqlite] SQL Logic error for in-memory database

2010-09-15 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/15/2010 11:53 AM, Hemant Shah wrote: > The error occurs while calling sqlite3_step(). Call sqlite3_reset and then get the error message text. Roger -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with

Re: [sqlite] SQL Logic error for in-memory database

2010-09-15 Thread Hemant Shah
The error occurs while calling sqlite3_step(). Hemant Shah E-mail: hj...@yahoo.com --- On Wed, 9/15/10, Roger Binns <rog...@rogerbinns.com> wrote: > From: Roger Binns <rog...@rogerbinns.com> > Subject: Re: [sqlite] SQL Logic error for in-memory database > To: "Ge

Re: [sqlite] SQL Logic error for in-memory database

2010-09-15 Thread Hemant Shah
--- On Tue, 9/14/10, Simon Slavin <slav...@bigfraud.org> wrote: > From: Simon Slavin <slav...@bigfraud.org> > Subject: Re: [sqlite] SQL Logic error for in-memory database > To: "General Discussion of SQLite Database" <sqlite-users@sqlite.org> > Da

Re: [sqlite] SQL Logic error for in-memory database

2010-09-15 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/14/2010 07:41 PM, Hemant Shah wrote: > Sometimes I get following error: > > SQL logic error or missing database. That text corresponds to the error code SQLITE_ERROR which is the code used for a wide variety of error conditions that don't have

Re: [sqlite] SQL Logic error for in-memory database

2010-09-14 Thread Simon Slavin
On 15 Sep 2010, at 3:41am, Hemant Shah wrote: > I have written a C program that creates in-memory database. It reads packets > from the network and insert some info in the database. > > Sometimes I get following error: > > SQL logic error or missing database. Does the error occur only when