After executing sqlite3_step(), I check to see if the return code is SQLITE_OK

if (rc != SQLITE_OK)
{
   printf("%s\n", sqlite3_errmsg(dbhandle);
}

I will add sqlite3_reset() before calling sqlite3_errmsg().

Hemant Shah
E-mail: [email protected]


--- On Wed, 9/15/10, Roger Binns <[email protected]> wrote:

> From: Roger Binns <[email protected]>
> Subject: Re: [sqlite] SQL Logic error for in-memory database
> To: "General Discussion of SQLite Database" <[email protected]>
> Date: Wednesday, September 15, 2010, 3:05 PM
> -----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 Mozilla - http://enigmail.mozdev.org/
> 
> iEYEARECAAYFAkyRJu8ACgkQmOOfHg372QQV/gCeP+54VCTxuNoQMh2oClW07Tr/
> XA8Ani+2fvvjxo2hvBO6/N3SfkVXgUeR
> =/Hs4
> -----END PGP SIGNATURE-----
> _______________________________________________
> sqlite-users mailing list
> [email protected]
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> 


      
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to