Toby Roworth <[EMAIL PROTECTED]> wrote:
> I'm using the C++ API (although I'm not sure this matters), and need
> the names of all the tables I've put in the database (user tables?).

select name from sqlite_master where type='table';

Igor Tandetnik



_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to