MySQL Forums
Forum List  »  Perl

Re: Perl, DBI and czech (ISO-8859-2)
Posted by: Hu Hailin
Date: May 07, 2006 11:00PM

Some advice:
1. Confirm the data to insert is correct, I mean the charset.
2. Before you do any sql statement, do `$dbh->do("set names latin2")`.
3. Try to use spaceholder instead of encoding your statement directly.

Options: ReplyQuote


Subject
Written By
Posted
Re: Perl, DBI and czech (ISO-8859-2)
May 07, 2006 11:00PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.