On 13 June 2012 10:40, [email protected] <[email protected]> wrote: > 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.
http://sqlite.1065341.n5.nabble.com/Simple-Sample-Code-Linked-td43646.html > > > Thx in advance. > Regards, Simon _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

