What is the error you get from your query? Also you should consider using prepare() to avoid a potential security leak because of SQL injection.
What is the error you get from your query? Also you should consider using prepare() to avoid a potential security leak because of SQL injection.
I discover that the problem is that the sqlite file wasn't created :S
Thankyou. I used your database creation/open technique to create the SQLite file on the harddisk and it is working very fine.
Bookmarks