Puneet Kishor wrote:
One possible way to make this easier would be to actually have an alternate "schema table" with such information in it for every table. That way one would query _that_ alternate "schema table," and instead of getting the SQL statement used to form a given table, one would get the name, the columns, and all manner of info about those columns.
What about a "PRAGMA table_info(table-name)" query?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]