Cecilia VIGNY wrote:

Why ? Can't we use "IF EXISTS" with php ? Does another solution exist ?

What version of sqlite are you using? You can check with

   select sqlite_version();

The IF EXISTS clause was added to SQLite in version 3.3.8. Older version will not accept that syntax.

HTH
Dennis Cote



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

Reply via email to