On 3/13/2014 6:33 AM, khaloud1987 wrote:
I have a problem with sqlite3_exec that the first delete execute
suuccesfully but the second delete (table2) does not.
  My qustion is : sqlite_exec can return a value different with  SQLITE_OK
and it works ok????

What value does the second call return? What does sqlite3_errmsg return when sqlite3_exec fails? What does table2 macro expand to, and do you actually have a table with that name?
--
Igor Tandetnik

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to