This gets into my ignorance of how sqlite works internally, but if I quote an 
"integer" value, it will still be stored correctly?  I have no problems doing 
that, I just wasn't sure if that was the case.  Also, how do I need to send 
date fields to sqlite to have them stored properly?

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

 -------------- Original message ----------------------
From: "Will Leshner" <[EMAIL PROTECTED]>
> On 12/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> 
> > I can construct the update statement without much issue, but I need to know 
> whether or not I should put quotes around value, so I need to know whether or 
> not field3 is a text type field.
> 
> Why not just quote all the values?
> 
> -----------------------------------------------------------------------------
> To unsubscribe, send email to [EMAIL PROTECTED]
> -----------------------------------------------------------------------------
> 


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

Reply via email to