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]
-----------------------------------------------------------------------------

Reply via email to