Hi Toby, > 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?). > > From a quick google, it would appear I might need to use system tables > or something like this, but I'm not too sure how to do this.
select Name, SQL from SQLite_Master where type = 'table'; Tom BareFeet _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

