>Why does the command:
>
>UPDATE SEARCH_RECORDS SET DESCRIPTION="Chris's Page" 
>
>fail?

Probably because you have quoted identifiers turned on, turn it off, and it
will probably work for you.

If you are using MS SQL server add the following statement to your SQL batch
to turn off quoted identifier:

set quoted_identifier off

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to