Re: [sqlite] Retrieve Table Structure

2007-01-20 Thread Mark Richards
[EMAIL PROTECTED] wrote: What is the easiest way to retrieve the structure of a table? The only thing i have found so far is by parsing the `sqlite_master`.`sql` which seems to be too much coding. I want them as (char** column_names), (char **column_types) or something similar. thanks in advance

[sqlite] Retrieve Table Structure

2007-01-20 Thread ivailo91
What is the easiest way to retrieve the structure of a table? The only thing i have found so far is by parsing the `sqlite_master`.`sql` which seems to be too much coding. I want them as (char** column_names), (char **column_types) or something similar. thanks in advance Ivailo Karamanolev