Marten Feldtmann <itlists-w+T/[EMAIL PROTECTED]>
wrote:
How can I get all the names of a table without doing a query against
the table ?

PRAGMA table_info(table-name);

I need all the names of columns within tables/views, the column index
within the
raw table.

What's "column index" and "raw table"? I'm not familiar with the terms.

With that information I may use sqlite3_column_meta_data to get
additional information
about the coumns ...

What's sqlite3_column_meta_data? It doesn't seem to be mentioned in documentation.

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to