`
wangke0611
  • 浏览: 169377 次
  • 性别: Icon_minigender_1
  • 来自: 南昌
社区版块
存档分类
最新评论

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

阅读更多

错误情况: ­

             java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Can't start a cloned connection while in manual transaction mode. ­

错误原因: ­

             (1)当你在一个SQL SERVER的JDBC连接上执行多个STATEMENTS的操作时. ­

             (2)设置了AutoCommit=false,并且使用 direct (SelectMethod=direct) 模式. ­

解决方法: ­

             (1)确保在你的连接上只有一个STATEMENT操作。 ­

             (2)使用手动事务模式时,必须在连接字符串中加上SelectMethod=Cursor.

­

分享到:
评论

相关推荐

    sqlserver2000事务问题.txt

    例如,在手动事务模式下尝试克隆连接可能会导致异常,如文中提到的“Can't start a cloned connection while in manual transaction mode”。 - **问题原因**:在手动事务模式下,如果尝试克隆连接,会导致这种类型...

    FlexGraphics_V_1.79_D4-XE10.2_Downloadly.ir

    - FIX: In "Windows ClearType" font rendering mode (OS Windows mode) the "garbage" pixels can appear from the right and from the bottom sides of the painted rectangle of the TFlexText object....

    tweenjs.min.js文件

    a._setPaused=function(a){return createjs.Tween._register(this,a),this},a.setPaused=createjs.deprecate(a._setPaused,"AbstractTween.setPaused"),a._getPaused=function(){return this._paused},a.getPaused=...

    NewSID(光学习一下代码就可以了,没看清楚介绍别运行)

    Ghost Software and Altiris to develop programs that can change a computer‘s SID after a system has been cloned. However, PowerQuest‘s SID Changer and Ghost Software‘s Ghost Walker are only sold as...

    MapReduce-based Assembly Clone Search for Reverse Engineering.pdf

    A paper published in 2016. ABSTRACT Assembly code analysis is one of the critical processes for detecting and proving software plagiarism and software patent infringements when the source code is ...

    Delphi7.1 Update

    and supersedes information contained in otherdocuments, including previously installed release notes.Borland recommends that you read this file in its entirety.NOTE: If you are updating a localized ...

    Removing Credentials from a Cloned EBS Production Database (Doc

    Removing Credentials from a Cloned EBS Production Database (Doc ID 419475.1)

    Object-Oriented Analysis and Design 第六章

    In a web application, for instance, having a singleton database connection manager can help manage and control connections efficiently, ensuring that there's only one central authority for managing ...

    Android代码-HoloIRC

    What is HoloIRC? HoloIRC is an open source IRC client for Android....A directory called libraries should be created inside the cloned folder https://github.com/tilal6991/Relay should be cloned into a f

    Rust - Rust Programming By Example - Guillaume Gomez

    - **Clone Types:** Types that implement the `Clone` trait can be cloned, creating a new owned value. - **Copy Types:** Types that implement the `Copy` trait can be copied directly into another ...

    How to Detect Cloned Tags in a Reliable Way

    RFID(射频识别)技术是无线通讯技术的一种,它可以用于追踪和识别物理对象。RFID技术广泛应用于需要自动识别和追踪物品的场合,例如门禁控制、票据系统、支付处理、供应链管理和防伪等。在RFID系统中,标签被附着在...

    complete-user-auth:针对任何以Express.js和MongoDB为后端的应用程序的完整且易于集成的User-Authentication REST API

    3. Run npm install in cloned directory 4. Start MongoDB service in your machine 5. Change the connection string of DB in db/db.js 5. Start the app by running npm run dev and open POSTMAN. 6. Start ...

    SQL_Assistant_9.5.469_Enterprise_Edition 破解

    SA0033310 - Cloned connections don't always work correctly. SA0033327 - $$...$$ macro usage with SQL Server environments, in certain cases may trigger multiple executions of the same macro. SA...

    myasm51,小型的51单片机汇编器源码

    in text file (assembly language source) into a machine executable object file. During the first pass, the assembler builds a symbol table from the symbols and labels used in the source file. In the ...

    easeljs1.0.0源码

    goto(a)},b.getLabels=function(){return this.timeline.getLabels()},b.getCurrentLabel=function(){return this._updateTimeline(),this.timeline.getCurrentLabel()},b.clone=function(){throw"MovieClip cannot ...

    myasm51-51单片机汇编器源码

    in text file (assembly language source) into a machine executable object file. During the first pass, the assembler builds a symbol table from the symbols and labels used in the source file. In the ...

    visual assist 10.5.1707

    The text caret is placed in the correct location after accepting a .NET Generic from a suggestion list in VB 2008. (case=20259) 8257 When typing a parameter in a C# LINQ predicate function, focus is ...

    visual assist v 10.4.1632 with crack

    (case=10401) Fixed intermittent crash when typing a VB Imports statement in Visual Studio 2008 on Windows Vista. (case=15154) Ctrl+Tab document switching is handled properly in Visual Studio ...

    visual assist 1707破解

    * The text caret is placed in the correct location after accepting a .NET Generic from a suggestion list in VB 2008. (case=20259) 8257 * When typing a parameter in a C# LINQ predicate function, ...

    Sortable前端框架

    You can also define whether lists can give away, give and keep a copy (`clone`), and receive elements. * name: `String` — group name * pull: `true|false|'clone'|function` — ability to move from ...

Global site tag (gtag.js) - Google Analytics