Manoj M wrote:
> I am getting error message "near "?": syntax error" randomly while
> executing the query "SELECT [record] FROM [ac_contacts_cache] LIMIT 0,
> 3".

I don't see how this error may arise from this query, seeing as it doesn't 
contain '?' anywhere.

How exactly do you "execute" the query? You must be passing a string to 
sqlite3_prepare* different from one you think you are passing.
-- 
Igor Tandetnik

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

Reply via email to