Hello, Kuchin. I want to insert some Chinese characters in mysql, I have learned your examples db.rlogon("UID=scott;PWD=tiger;DSN=mysql35;CHARSET=gb18030"); and insert the Chinese characters successful. But I cannot use the 'CHARSET=gb18030' as the login parameter, for some reason.So my login code is db.rlogon("UID=scott;PWD=tiger;DSN=mysql35"); The question is: How can i insert Chinese characters with my login code? Waiting for your reply. My email is fengjia095@163.com. Both comment here or email...
Hello, Kuchin. I want to insert some Chinese characters in mysql, I have learned your examples db.rlogon("UID=scott;PWD=tiger;DSN=mysql35;CHARSET=gb18030"); and insert the Chinese characters successful. But I cannot use the 'CHARSET=gb18030' as the login parameter, for some reason.So my login code is db.rlogon("UID=scott;PWD=tiger;DSN=mysql35"); The question is: How can i insert Chinese characters with my login code? Waiting for your reply.