Page 1 of 1
cahrset GBK support
Posted: Fri 29 Jul 2005 17:09
by Guest
Hello,
I use MySQL server 5 , with GBK as default character set. Quaere dbExpress driver for MySQL support GBK ? Thank you!
Posted: Mon 01 Aug 2005 09:15
by Ikar
You must execute SET NAMES at once after establishing a connection.
Posted: Fri 06 Apr 2007 11:31
by vga
set names to gbk
chinese gbk chars appeared,
but when I Modify it, It Cannot be post!!!
Posted: Fri 06 Apr 2007 13:13
by Antaeus
Probably there is something wrong with your client (wrong language for non-Unicode programs) or server (wrong database/table/column collation, broken table etc.) settings. Please check these settings or try to recreate your database.