Hello,

I have been having trouble with MySQL Updates now for sometime.  It involves
making changes to a field who's type is varchar.  The problem is intermitent
(I hate that), but usually manifests itself when a period "." is part of the
text in the update.
So if I have a field that looks like this

My_Text_Field
|HELLO WORLD    |

and I try to change it to:
"HELLO WORLD."
(note the "." at the end)

It fails.

changing it to
"HELLO WALDO"
Works fine.

I am using ODBC connection from an ASP page connecting to a MySQL box on a
FreeBSD Machine.
I'm going to be upgrading MySQL (I know it isn't current).

Any ideas?

Karl


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to