如题,我使用RMIJDBC远程连接Access数据库,想把表A中a3字段中存储的LOB对象取出来转存为一个本地文件,现在存在的问题是,当远程连接Access数据库后在使用getBinary()方法时。程序总是报错
报错信息如下:
Java.sql.SQLException:RemoteException Occurred in serverthread:nested exception is:
java.rmi.RemoteException:RJResultSetServer::getBinaryStream():nested excepton is:
java.IO.Exception
at org.objectweb.rmi.jdbc.RJResultSet.getBinaryStream(RJResult.java:403)