1. 首页
  2. 编程语言
  3. Java
  4. JAVA连接数据库实例

JAVA连接数据库实例

上传者: 2019-07-17 18:33:20上传 JAVA文件 3.7KB 热度 28次
try{Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");}catch(ClassNotFoundExceptionce){System.out.println("SQLException:"+ce.getMessage());}try{Connectioncon=DriverManager.getConnection("jdbc:odbc:mydb");Statementstmt=con.createStatement();
用户评论
码姐姐匿名网友 2019-07-17 18:33:20

该资源不错,教会了我怎样连接数据库,谢谢!