mysql数据库字符是gbk,java调用存储过程,获取输出值:
all.registerOutParameter(3, Types.VARCHAR);call.getString(3).getBytes("BIG5"),"GBK");输出参数乱码,这里要怎么转码?