Difference between revisions of "SQL Server - OpenKM 6.2"
From OpenKM Documentation
(Created page with "{{TOCright}} __TOC__ Download SQL Server JDBC driver from [http://msdn.microsoft.com/en-us/sqlserver/aa937724.aspx Miscrosof SQL Server Driver Page] and move it to ''$TOMCAT_...") |
|||
Line 3: | Line 3: | ||
Download SQL Server JDBC driver from [http://msdn.microsoft.com/en-us/sqlserver/aa937724.aspx Miscrosof SQL Server Driver Page] and move it to ''$TOMCAT_HOME/lib'' | Download SQL Server JDBC driver from [http://msdn.microsoft.com/en-us/sqlserver/aa937724.aspx Miscrosof SQL Server Driver Page] and move it to ''$TOMCAT_HOME/lib'' | ||
+ | {{Note|Other JDBC driver for MS SQLServer we've tested is [http://jtds.sourceforge.net/ jdts].}} | ||
{{Note|'''OpenKM 6.2''' has been verified to run with '''SQL Server 2005''' using the JDBC driver '''sqljdbc4.jar''' under tomcat-7.0.27}} | {{Note|'''OpenKM 6.2''' has been verified to run with '''SQL Server 2005''' using the JDBC driver '''sqljdbc4.jar''' under tomcat-7.0.27}} |
Revision as of 09:32, 5 September 2013
Download SQL Server JDBC driver from Miscrosof SQL Server Driver Page and move it to $TOMCAT_HOME/lib
Other JDBC driver for MS SQLServer we've tested is jdts. |
OpenKM 6.2 has been verified to run with SQL Server 2005 using the JDBC driver sqljdbc4.jar under tomcat-7.0.27 |