Hello, Thanks for your answer. > sqlite3_prepare() > sqlite3_step() > sqlite3_finalize()
I tried to do this, but nothing happend. I passed the SQL Statement to the prepare function and sqlite3_stmt to the step and the finalize function. The prepare function returns SQLITE_DONE and the prepare and finalize functions return SQLITE_OK. But the record stays in the Database. What do I do wrong? The database isn't opend in any other way during the query. Thanks Daniel

