本文共 200 字,大约阅读时间需要 1 分钟。
创建JDBC应用步骤:
程序实例:
Driver:
DriverManager:
Connection:
conn.setAutoCommit(false); try { Statement stmt=conn.createStatement(); stmt.execute (sql); conn.commit(); } catch (SQLException e1) {
转载地址:http://frbfa.baihongyu.com/