Igor Tandetnik wrote:

Eugen Stoianovici wrote:

Is there a way of reading the names of the columns in a table? how
about the table names in a data base?


select * from sqlite_master where type='table'

pragma table_info(table_name);

Igor Tandetnik

Thanks

Reply via email to