Hello everyone !
I've got a new question :

I would like to do this : 

sqlite3_exec(query_handle.db,"SELECT * FROM DHSS", callback, 0, NULL);

But I need to prepare the statement.. So  I can prepare the statement :
"SELECT * FROM DHSS" , but how can I call the callback with sqlite3_step?

I hope this is understandable..

Thanks !

-- 
View this message in context: 
http://old.nabble.com/Prepare-and-exec-tp31681326p31681326.html
Sent from the SQLite mailing list archive at Nabble.com.

_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to