On 29 Sep 2014, at 2:19pm, Rohit Kaushal <[email protected]> wrote:
> I would really appreciate some pointers on this from your side as I am kind > of stuck on this right now. You might want to turn on extended error codes and do it again. <http://www.sqlite.org/c3ref/extended_result_codes.html> Also, please check the result returned by sqlite3_close and print an error message (like the one you already do for _open) if it doesn't return SQLITE_OK. I don't know if it'll help diagnose the problem but it's the only think I can think of without further details. In the meantime ... Which version of SQLite are you using ? Which operating system are you working under ? What development environment/compiler are you using ? How did you get SQLite into your code ? Are you using the amalagamation source code or a library ? If a library, which library ? Don't worry about definitive numbers on all the above. Just give us a little more details like the above. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

