我的应用程序需要使用事务但用mssql总是报这样的错误
Can't start manual transaction mode because there are cloned connections.
但程序在mysql下运行正常的
我的程序是在一个connection中运行的,不知道这里的cloned connections是什么意思,好像用connection创建两个statemenet就出错,但如果一个statement就可以解决问题的话,我就不需要用事务了.我究竟忽略了什么呢?
mssql的事务处理究竟要怎么作呢