SQL Server 解决Can't start manual transaction mode问题

周五把项目的数据库从mySQL换成了sql server2000。出现了不少问题,(Can't start manual transaction mode because there are cloned connections)这是其中一个,网上搜索了一下解决方法:

数据库连接串加上SelectMethod=cursor
向这样jdbc:microsoft:sqlserver://localhost:1433;SelectMethod=cursor;DatabaseName=bugzero_db

你可能感兴趣的:(sql,mysql,数据库,jdbc,server,Microsoft,sqlserver)