我是使用java的firebird的新手我尝试使用Jabird连接
守则是。
try{
Class.forName("org.firebirdsql.jdbc.FBDriver").newInstance();
Connection connection = DriverManager.getConnection("jdbc:firebirdsql:localhost/3050:d:/Program Files/project/Data/TAXILINE.GDB", "taxiline", "0rg");
}
catch (Exception e){
}
Catlog是。
06-26 07:05:46.726:W / dalvikvm(1041):dvmFindClassByName拒绝 资产/ driver_property_info'
请帮助。