JBuilder2005中试图用JDBC连接SQLServer2005数据库:
Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver").newInstance(); this.con=DriverManager.getConnection("jdbc:sqlserver://localhsot:1443;databaseName=pubs","",""); Cla
Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver").newInstance(); this.con=DriverManager.getConnection("jdbc:sqlserver://localhsot:1443;databaseName=pubs","",""); Cla