Re: Can't start a cloned connection while in manual transaction mode.




olá,

add "SelectMethod=cursor" your URL connection

ex:
Connection conn =
DriverManager.getConnection("jdbc:microsoft:sqlserver://localhost:1433;SelectMethod=cursor");



--
newton
------------------------------------------------------------------------
Posted via http://www.webservertalk.com
------------------------------------------------------------------------
View this thread: http://www.webservertalk.com/message1022266.html

.


Loading