How do I charset big5 in MySQL++
Posted by:
rikcuo akira ()
Date: November 13, 2008 10:03PM
How do I charset big5 in MySQL++?
There is a part of my source code as below:
m_Con.set_option(new mysqlpp::MultiStatementsOption(true));
m_Con.connect(db, server, user, pass);
mysqlpp::Query query3=m_Con.query("charset big5; update playerinfo set name = %0q where name = %1q;");
query3.parse();
mysqlpp::SimpleResult res2 = query3.execute("測試文字許功蓋","player1");
Edited 1 time(s). Last edit at 11/13/2008 10:04PM by rikcuo akira.
Sorry, you can't reply to this topic. It has been closed.
© 1995-2008 MySQL AB, 2008- Sun Microsystems, Inc.