-
1. Re: How tu use MS SQL Server as the database
maxandersen Aug 17, 2015 6:56 AM (in response to theprince09)Hi Amir,
Assuming the schema works the steps should be similar to the others, just need to use MS SQL drivers/names instead.
But best place to ask about this is to leave a comment on Appendix A - Deploying to JBoss EAP locally which you should be able to do at the bottom of the page.
-
2. Re: How tu use MS SQL Server as the database
vineet.reynolds Aug 17, 2015 7:16 AM (in response to theprince09)We don't test TicketMonster specifically against MS-SQL Server, but the process shouldn't be vastly different from other databases. You'll need to setup the datasource for MS-SQL as par for the course, and create a module to house the MS-SQL JDBC driver (assuming you want to use the type 4 JDBC driver).
Edit: If you have other queries, it would be better to ask in the tutorial site itself, since it is actively monitored.
-
3. Re: How tu use MS SQL Server as the database
theprince09 Aug 18, 2015 2:47 PM (in response to theprince09)Thanks
I will try to test some solutions!!!