Hi
I searched the forum but could not find the answer:
how to get the column names from the SQLite table.
The only information I found in the web was that the structure of the table is returned with PRAGMA TABLE_INFO() command. But it seems that PRAGMA returns different object than the standard SELECT.
Anyone knows how to do that?
I searched the forum but could not find the answer:
how to get the column names from the SQLite table.
The only information I found in the web was that the structure of the table is returned with PRAGMA TABLE_INFO() command. But it seems that PRAGMA returns different object than the standard SELECT.
Anyone knows how to do that?