kyonee 发表于 2013-1-30 00:25:41

JDBC Driver连接方法列表

Microsoft SQL Server series (6.5, 7.x and 2000) and Sybase 10
JDBC Name: jTDS
URL: http://jtds.sourceforge.net/
Version: 0.5.1
Download URL:http://sourceforge.net/project/showfiles.php?group_id=33291
<div class="dp-highlighter"><div class="bar" />   
[*]Class.forName("net.sourceforge.jtds.jdbc.Driver");      
[*]Connection con = DriverManager.getConnection("jdbc:jtds:sqlserver://host:port/database","user","password");  
页: [1]
查看完整版本: JDBC Driver连接方法列表