PDA

View Full Version : SQLServer 2000 Driver for JDBC can't start a cloned connection in manual transaction



archana.kulkarni
2nd March 2010, 08:54 PM
SQLServer 2000 Driver for JDBC Can't start a cloned connection while in manual transaction mode

Either connection url should have SelectMethod=cursor set or autocommit should be set to true.

Sample url: jdbc:microsoft:sqlserver:localhost:1433;SelectMeth od=Cursor;DatabaseName=Northwind.