返回数据库中的字符串转换的代码页
int getCodePage();
例如:Ansi字串转换成Unicode
textFragment.text = CA2W(textStyle.val,pDatabase->getCodePage());
McDbDatabase 方法