이 콘텐츠는 선택한 언어로 제공되지 않습니다.
B.5. Microsoft SQL Server
To evaluate those drivers, you can use a simple JSP page to query the
pubs
database shipped with Microsoft SQL Server.
Move the WAR archive located in files/mssql-test.zip to the
/deploy
, start the server, and navigate your web browser to http://localhost:8080/test/test.jsp.
Example B.11. Local-TX Datasource Using DataDirect Driver
This example uses the DataDirect Connect for JDBC drivers from http://www.datadirect.com.
Example B.12. Local-TX Datasource Using Merlia Driver
This example uses the Merlia JDBC Driver drivers from http://www.inetsoftware.de.
Example B.13. XA Datasource Using Merlia Driver
This example uses the Merlia JDBC Driver drivers from http://www.inetsoftware.de.
B.5.1. Microsoft JDBC Drivers 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Microsoft SQL Server 2008 JDBC Driver can be used with SQL Server 2008 or 2008 R2 and is certified for JBoss Hibernate.
Read the
release.txt
file included in the driver distribution for more information.
Example B.14. Microsoft SQL Server 2008 Local-TX Datasource
Example B.15. Microsoft SQL Server 2008 XA Datasource