On 25 Apr 2013, at 1:54am, Igor Korot <[email protected]> wrote: > Then why this query works in the command prompt console? I don't have "Team > 1" column name in any of the tables. > Nevertheless I'm going to change this and all other queries that use the > string literals ot use > sqlite3_bind_text() function and see if it will fix the issue.
As a fast fix, just change the " to ' . See if that makes any difference. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

