I am using the MySql class in ruby with MySql.real_connect etc. Is there a method to set the mysql charset just like mysql_set_charset in php?
+1
A:
SET NAMES charset
query always works, even in PHP. No need for any special function
Col. Shrapnel
2010-05-01 18:27:10
yesi it works. Thanks a lot.
artsince
2010-05-01 18:33:25