On 24 Sep 2013, at 9:50am, pisey phon <phonpise...@gmail.com> wrote:

> And now I have an error with insert data into database with Sqlite3.
> Errro: "SQLite3::exec() [sqlite3.exec]: near "SET": syntax error".

Insert a debugging line into your program so that having make up the full 
INSERT command it shows it on the display or put it in a log file before trying 
to ->exec it.  There's probably a syntax error in the command.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to