I did say I was nearly new to SQLite. RBS
-----Original Message----- From: Jim Crafton [mailto:[EMAIL PROTECTED] Sent: 16 February 2007 16:28 To: [email protected] Subject: Re: [sqlite] Update and insert questions On 2/16/07, RB Smissaert <[EMAIL PROTECTED]> wrote: > Nearly new to SQLite as well, but shouldn't this: > > UPDATE Person SET LastName=?, FirstName=?, Address=?, Age=? > > Be altered to this: > > UPDATE Person SET LastName='?', FirstName='?', Address='?', Age='?' > I thought that the plain "?" character was an indicator that you were going to modify the column value via the sqlite3_bindXXX functions. Cheers Jim ---------------------------------------------------------------------------- - To unsubscribe, send email to [EMAIL PROTECTED] ---------------------------------------------------------------------------- - ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

