Stepan Zakharov wrote: > it does not return any results That is because the table name is not correctly quoted:
sqlite> pragma table_info(...); Error: near ".": syntax error Or does your statement look different? Regards, Clemens _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

