Hi Monks,
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 ? please help me