Este conteúdo não está disponível no idioma selecionado.
A.5. Microsoft SQL Server
pubs
database shipped with Microsoft SQL Server.
/deploy
, start the server, and navigate your web browser to http://localhost:8080/test/test.jsp.
Example A.11. Local-TX Datasource Using DataDirect Driver
Example A.12. Local-TX Datasource Using Merlia Driver
Example A.13. XA Datasource Using Merlia Driver
A.5.1. Microsoft JDBC Drivers Copiar o linkLink copiado para a área de transferência!
- SQL Server 2000 Driver for JDBC Service Pack 3 which can be used with SQL Server 2000
- Microsoft SQL Server 2005 JDBC Driver which be used with either SQL Server 2000 or 2005. This version contains numerous fixes and has been certified for JBoss Hibernate. This driver runs under JDK 5.
release.txt
included in the driver distribution to understand the differences between these drivers, especially the new package name introduced with 2005 and the potential conflicts when using both drivers in the same app server.
Example A.14. Microsoft SQL Server 2000 Local-TX Datasource
Example A.15. Microsoft SQL Server 2005 Local-TX Datasource
Example A.16. Microsoft SQL Server 2005 XA Datasource