good day! im implementing a C program that uses the sqlite as my database..im using a global database pointer because im creating my apis for open and close database..my problem is that when i put a select query, the return value is 1..i copied my query to the console of sqlite3 and it worked perfectly fine..therefore, the database is accessible and present, and the query is correct..i cant think of anything that will cause this problem..
also, when i close the database, after this scenario, it gave me a free(): invalid pointer..and it was pointed to where sqlite3_close is.. can anybody point out what's the problem?..thanx.. God bless! -- View this message in context: http://www.nabble.com/query-does-not-work-on-sqlite-c-apis-but-works-on-the-console-tp14436330p14436330.html Sent from the SQLite mailing list archive at Nabble.com. ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------