"Will Glass-Husain" <[EMAIL PROTECTED]> writes:

> Hi,
>
> Just to answer my own question, I discovered that with the Microsoft JDBC
> driver, you need to add a "SelectMethod=cursor" property.
>
> torque.database.default=mydb
> torque.database.mydb.driver =  com.microsoft.jdbc.sqlserver.SQLServerDriver
> torque.database.mydb.url =
> jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=mydb;SelectMethod=cur
> sor
> torque.database.mydb.username=dbuser
> torque.database.mydb.password=
>
> http://forum.java.sun.com/thread.jsp?forum=48&thread=184797
>
> Might be helpful if this is added to the "How-To" MS SQL document.
>
> Had another difficulty (I solved it) before getting this up and running--
> I'll post it in a new message for the benefit of the archive.

Thanks Will, done.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to