資源簡介
僅供學習研究使用,切勿用于商業
示例代碼 d:/empty.mdb 為access的mdb文件路徑
public static void main(String[] args) throws SQLException, ClassNotFoundException {
String url ="jdbc:access:/d:/empty.mdb";
Class.forName("com.hxtt.sql.access.AccessDriver");
Connection con = DriverManager.getConnection(url);
Statement stat
代碼片段和文件信息
評論
共有 條評論