If you really need the WHERE clause you have to use a request with an
UPDATE.
Something like this :
$result = odbc_exec($connect, "UPDATE content SET ingress='$tblIngress',
text='$tblText' WHERE id = 1");
Yoann.
- Original Message -
From: "Glenn" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECT
Update syntax is :
UPDATE SET =,=
etc
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 20 February 2001 14:27
> To: griffiths, gregory d. /here
> Subject: RE: [PHP-WIN] PHP4 and MS Access
>
>
> Hallo!
>
> OK
>
Check the contents of '$tblIngress' and '$tblText', some characters , such as ' , may
give you this error .
Darvin
-Original Message-
From: Glenn [SMTP:[EMAIL PROTECTED]]
Sent: Tuesday, February 20, 2001 2:08 PM
To: [EMAIL PROTECTED]
Subject:[PHP-WIN] PHP4 and MS Access