I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-03-08 06:35:30.884343-08 by demo055
illegal mix of collations
Hi, I have some problem with DBI query... I use "use encoding 'cp1250'", my db is in cp1250_czech_cs and after query "SELECT id FROM gps_obec WHERE obec='@name' AND okres='@region'" i get error "illegal mix of collations (cp1250_czech_cs, IMPLICIT) and (latin1_swedish_ci, COERCIBLE)"... Do you know where is the problem? and also if i use cp1250_czech_cs characters in print, they don't display correctly... where is the problem ?
Direct Responses: Write a response