Please forgive me, because I know this has been covered before, but at the 
moment I'm at a loss.  I am writing an SQLite wrapper for a relatively new 
language, and one of the requirements is that the user be able to add and 
update date as if they were using an ADO recordset.  As a result, I need to be 
able to build an SQL statement behind the scenes that is aware of each field's 
data type.  I vaguely recall discussions about this in the past, and I thought 
the consensus was that the SQL used to create the table needed to be parsed to 
determine data types of fields.  If this is the case, then (1) where can I find 
this SQL, and (2) does someone already have a routine to parse it that they 
could share?  If there is a better way to approach this, I'd appreciate that 
information as well, even if it's just a link to a different thread or a link 
to the SQLite web site.  Thanks for your time.

--
Eric Pankoke
Founder / Lead Developer
Point Of Light Software
http://www.polsoftware.com/

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to