I have another question about sqlite3_exec :

How can i interact with the database and save the result in a C string for
forther use. For example:

sqlite3_exec( db, "SELECT FROM urls", NULL, NULL, &zErrMsg ); 

How can i save the returned result-table in a C string for further use in
the program?


Thanks.
-- 
View this message in context: 
http://www.nabble.com/sql-query-with-sqlite3_exec-tp23988559p23999559.html
Sent from the SQLite mailing list archive at Nabble.com.

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

Reply via email to