时间:2021-07-01 10:21:17 帮助过:9人阅读
b、建立连接(DriverManager)
Connection connection = DriverManager.getConnection(url, user, password);
c、发送SQL、执行(connection)
stmt = connection1.createStatement() ;
d、处理结果集(查询才用)
2、JDBC DriverManager:管理不同数据库的驱动
3、各种数据库驱动(Oracle,MySQL等):由自家公式厂商提供,作用:连接或直接操作数据库
4、连接字符串url:
Oracle:oracle:thin:@localhost:1521:ORACLE
Mysql:mysql://localhost:3306/数据库名字
Sql server:microsoft.sqlsever:localhost:1433:databassname=数据库名字
使用try 。。catch抓住异常
增删改的格式是一样的:
而查询则需要借用循环才能“完全进行”
JDBC -JSP
标签:serve 函数 eve com image manager update 具体步骤 cut