[EMAIL PROTECTED] wrote: >Hi all, > >I am having difficulty configuring my Torque.properties to work with the new >pool stuff and MS SQL Server. I am using MS jdbc driver. Could someone >share their connection information? > Not sure this will help, but I connect to MSSQL like this:
torque.database.default=neurogrid torque.database.neurogrid.driver = com.microsoft.jdbc.sqlserver.SQLServerDriver torque.database.neurogrid.url = jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=some_database;SelectMethod=cursor torque.database.neurogrid.username = username torque.database.neurogrid.password = password which works fine, but you might want to be careful with the port number in the url CHEERS> SAM -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
