Tim Streater <[EMAIL PROTECTED]>
wrote:
> As a work around I thought I might check that the newly opened db has
> no tables, and clean up if so. My question is, what query can I make
> of the db to determine that it has no tables?

select exists (select * from sqlite_master where type='table');

Igor Tandetnik 



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

Reply via email to