In my program, when executing the following statement
rc= sqlite3_exec(db,"delete from test where ...",NULL,NULL,NULL)  to  delete 
some records from table test.
rc is SQLITE_OK, but after then ,I used sqlite3_changes(db) to get the num of 
records deleted, it always return -1.
Could anyone help me?


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

Reply via email to