InterBase JDBC Driver

邢卓
2023-12-01

这是数据库服务器 InterBase 的 JDBC 驱动程序

 

String url = "jdbc:interbase://localhost/e:/testbed/database/employee.gdb";
Class.forName("interbase.interclient.Driver");
Connection conn = DriverManager.getConnection( url, "sysdba", "masterkey" );

 类似资料:

相关阅读

相关文章

相关问答