On Mar 8, 2004, at 5:09 PM, Tito Ciuro wrote:
You can write your own sqlite_get_table to package up all the types for you.
I'd like to do that. Should I create my own TabResult struct, to store the column data or would I be doing too much work? Any pointers?
I would see if you can't snarf the sqlite_get_table code and use that. You'll just have to look where it prepends the names and add the type information as well.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

