Is there any difference in connecting to the sqlserver2000 and 2005...
i.e.,should i have to use the same code and file which i use to connect to
the sqlserver2000 to connect to 2005???
Quote:
Class.forName("com.microsoft.jdbc.sqlserver.SQLSer verDriver");
connection = DriverManager.getConnection("jdbc:microsoft:sqlser ver://localhost:1433;DatabaseName=Mine", "sa", "sa");

