2008/11/21 Arigead <[EMAIL PROTECTED]>: >. >. > Question is given that "describe" isn't available, can I interrogate any > of the system tables in order to work out what a table contains?
http://www.sqlite.org/pragma.html or use "SELECT * FROM sqlite_master;" > > Thanks for any help Rgds, Simon _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

