Is my only option to parse the SQL statement that created the table in the first place (seems like redundant work since SQLite already did this for me)?
Also, is there any plans to allow a select or add an API call to extract the type label for a column?
What about to retrieve the array of lengths of each result row? It would seem that SQLite has that info and it could be made available pretty easily, renmoving redundant work of calling strlen on each field if you need to know that info. Just a thought/humble request.
thanks.
Michael Hunley
Senior Engineer
PocketPurchase, Inc.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]