A. 在日文系统下,向英文数据库插入中文是乱码,怎么办

在数据存取之前要将数据进行转换
比如将中文字符串转换为日语
public static String ToJapanese(String str) throws Exception {
return new String(str.getBytes("ISO-8859-1"), "Windows-31J");
}
将字版符串转换为中文

public static String ToChinese(String str) throws Exception {
return new String(str.getBytes("Windows-31J"), "ISO-8859-1 ");
}

还要件数据库数权据格式设定为utf-8

B. 日语数据库日语怎么说

日语数据库

日语:
日本语データベース
(日本语database)