Im using c++ and like to write from within c++ into sqlite3 db.
I saw some tutorials on the sqlite pages, but the
statements have always been defined in advance and they have been constant.

How to add now new data to sqlite if you dont know in advance the data ?
I think the statement has to be build somehow with variables or binding (maybe better because of sql injection ? ).


I would appreciate it if someone has some example.


Thx in advance.


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

Reply via email to