SQLite Forum

Only Column Names read from table
Login
Sorry boss,
it didnt work.
As per your suggestion I have tried

SELECT name FROM pragma_table_info('Datalogger1') ORDER BY cid
and
SELECT name FROM pragma_table_info(Datalogger1) ORDER BY cid


I got error like << near "(": syntax error: >>

Please provide me another solution.