From: Matthew B. <mat...@ou...> - 2006-05-24 10:48:50
|
Andrew Booth wrote: > 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. Does the fix allow both versions to work? -- -- Matthew Buckett, VLE Developer -- Learning Technologies Group, Oxford University Computing Services -- Tel: +44 (0)1865 283660 http://www.oucs.ox.ac.uk/ltg/ |