JDBC Driver连接方法列表
Microsoft SQL Server series (6.5, 7.x and 2000) and Sybase 10JDBC 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]