Quote:
Originally Posted by d4devil
What was the problem? I am also stuck in the same problem from the past three days. I want to insert data in sqlite database, but not getting success.
I have no idea where i am putting mistake. Can anybody please help me here. Looking for your positive responses in a very quick time as i am in very much hurry.
|
First of all, use code tags when you post code...
To answer your question, you are missing the most important part!
Code:
int success = sqlite3_step(statement);