Getting a list of tables in SQLite Database
Posted: Fri Oct 24, 2003 2:56 pm
I started experimenting with SQLite using El Choni's library. It's easy enough to connect to a table of which you know the name, but I can't figure out how to do this for a table that was defined (and given a name) by a user. Anyone knows how can I get a list with the names of the tables inside a given database ?