Hi, I want to compose a query that will use a c++ variable. For example I
have:

int i= 5;
char * query = "SELECT * from userInfo WHERE count<'i'".

The syntax does not work. How do I do that?

Thanks 
-- 
View this message in context: 
http://old.nabble.com/sqlite-query-with-c%2B%2B-variable-tp29121237p29121237.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