The first field is the key,numeric and is AutoIncrement.
The remaining fields are 3 texts and 2 real.
In the blocks, the text fields are written with " ".
But it is not working!!!
I have a label where i receive the message:
"SQL command completed"
But it didn't add any row.
Any idea is welcome.
Thanks.
No closing bracket, ) at the end of your sql statement in the blocks, and you could try the single quotes for all textboxes. You could also show your CREATE TABLE command, so we can see how your "key" is handled.
You also probably do not want to import the read only db from assets each time you start the app, because this will overwrite the default database, and any work you have done on it. Again look at the guide which provides methods for how to handle databases.