How wait for finish query?
while(q1.step()); // or q1.fetch()  <<< this function i not find

CppSQLite3Query q2= db.execQuery("..."); 
otherstring = db.execQuery("two"); // out of sequence error 
q2.finalize(); 

-- 
View this message in context: 
http://old.nabble.com/out-of-sequence-error-2-tp32377689p32377689.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