> I'm also running into other issues where Unix treats "b" as a
> backspace and
> "t" as a tab and so forth  so if a user starts with the letter "B" or "T"
> everything gets mucked up as well.

Here is what the escape characters are (from "MySQL"):

\0 NUL
\' Single quote
\" Double quote
\b Backspace
\n Newline
\r Carriage return
\t Tab
\\ Backslash

It sounds like you might need to manipulate the string before it is passed
to MySQL.
Good luck!

Robert

Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

Reply via email to