On 5/12/11 2:59 PM, John Fabiani wrote: > Would something like this work? > > PRAGMA table_info(table-name);
Not generally, because datatypes in sqlite don't really exist: you can call a numeric column 'num', 'decimal', 'paul_decimal' or whatever. Not specifically here, because we are creating the sqlite table here. We can't ask sqlite for PRAGMA table_info on a table sqlite doesn't know about yet! Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
