Hello,
I'm using ne latest SQlite Version in a C++ programm without a wrapper
class/function or something like that. To execute SELECT Statements the
sqlite3_exec() function with a callback function works fine. But what must I
do to execute DELETE Statements? There is no callback function needed
because no return of the Statement is made. I tried do pass NULL for the
callback function pointer but the record in the database isn't deleted. No
error occurs, too.
Can somebody tell me, what I have to do, for executing DELETE statements?
Thanks in advance.
Daniel