各种数据库的JDBC操作

ORACLE,SQLSERCER,MYSQL
相对的URL参数设置
Oracle—jdbc:oracle:thin:@localhost:1521:sid
SqlServer—jdbc:microsoft:sqlserver://localhost:1433; DatabaseName=sid
MySql—jdbc:mysql://localhost:3306/sid?useUnicode=true&characterEncoding=UTF-8
Mysql的url地址的简写形式: jdbc:mysql:///sid


猜你喜欢

转载自lsjinpeng.iteye.com/blog/1465481