Re: Embedded Quotes and Special Characters.

2005-01-05 Thread Gleb Paharenko
Hello. See: http://dev.mysql.com/doc/mysql/en/Charset.html Andrew Mull [EMAIL PROTECTED] wrote: That is what I was wondering, but not sure how to check/set the proper character set. Thanks. -Andy Quoting Gleb Paharenko [EMAIL PROTECTED]: Hello. You can write

Embedded Quotes and Special Characters.

2005-01-04 Thread Andrew Mull
I'm moving a database from one server to another. Both are unix based, however the original database is on a Solaris box, and the new server is RedHat. The database has embedded s and 's in some of the varchar fields. When I moved the database, I did a mysqldump, copied the text file to the

Re: Embedded Quotes and Special Characters.

2005-01-04 Thread Gleb Paharenko
Hello. You can write a script which will walk through all tables and update the rows using replace() function. But, I think, you should find the source of the problem. What odd characters have appeared after importing? If they are just unreadable, may be the clue is in wrong character set.

Re: Embedded Quotes and Special Characters.

2005-01-04 Thread Andrew Mull
That is what I was wondering, but not sure how to check/set the proper character set. Thanks. -Andy Quoting Gleb Paharenko [EMAIL PROTECTED]: Hello. You can write a script which will walk through all tables and update the rows using replace() function. But, I think, you should find the

Re: Embedded Quotes and Special Characters.

2005-01-04 Thread Andrew Mull
@lists.mysql.com Date: Tuesday, January 04, 2005 10:19:20 AM -0500 Subject: Embedded Quotes and Special Characters. I'm moving a database from one server to another. Both are unix based, however the original database is on a Solaris box, and the new server is RedHat. The database has

Re: Embedded Quotes and Special Characters.

2005-01-04 Thread Andrew Mull
, but as the representation of smart quotes isn't standard you will. -- Original Message -- From: Andrew Mull [EMAIL PROTECTED] To: mysql@lists.mysql.com Date: Tuesday, January 04, 2005 10:19:20 AM -0500 Subject: Embedded Quotes and Special Characters. I'm moving a database

Embedded Quotes

2002-02-13 Thread Seelig, Wyck
The mySQL manual says that embedded double quotes within a single quoted expression (as in 'OHara') need no special treatment. However, when I try to update a data base field using such an expression, as in: UPDATE table set col1='OHara' the result I get is that everything to the

Embedded Quotes

2002-02-13 Thread Seelig, Wyck
Please ignore earlier message -- mySQL stores embedded quotes just fine. Wyckham Seelig - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive