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 me is OK.Thank you very much.
Last edit: fengjia0095 2020-11-27
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All,
If anybody has an urgent question, email me directly (my email address is on the OTL Web site),
Cheers,
Sergei Kuchin
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 me is OK.Thank you very much.
Last edit: fengjia0095 2020-11-27