From: Andrew B. <a.g...@le...> - 2006-05-24 10:42:21
|
Having obtained a copy of SQL Server 2005 via the SOCKET project, I decided to see if it worked with Bodington via the Microsoft JDBC driver for SQL Server 2005. Guess what? Microsoft have changed both the JDBC driver name and the URL. The driver name has changed from: com.microsoft.jdbc.sqlserver.SQLServerDriver to com.microsoft.sqlserver.jdbc.SQLServerDriver and the URL from: jdbc:microsoft:sqlserver:// to jdbc:sqlserver:// I've fixed the SetupServlet - OK to commit to head? If there no objections by the end of today, I'll commit the changes tomorrow. Aggie |