FirstClassトップページ


 ヘルプの目次
このヘルプについて このヘルプについて
 
エンドユーザ向けヘルプ エンドユーザ向けヘルプ
Client Help クライアントヘルプ
Web Help Webアクセスヘルプ
ScreenReader Help スクリーンリーダ
Form フォーム
Synchronization 同期
Definitions 用語
container コンテナ
 
管理者向けヘルプ 管理者向けヘルプ
Administration サーバの管理
Internet Services インターネットサービス
Customization Tools カスタマイズツール(英語)
Administering OTSW OTSWの管理
OTSW Custodian OTSW Custodian
Using FirstClass ED FirstClass ED(英語)
 
バナー:
 
 Connection.AutoCommit
ホーム • Customization Tools • FCAS • Language Reference • Connection.AutoCommit
 
Purpose
Specifies whether to use autocommit or manual-commit mode.
Syntax
DBConnection.AutoCommit [= Constant]


Constant
Possible values:
SQL_AUTOCOMMIT_OFF
The connection uses manual-commit mode.
The application must explicitly commit or roll back a transaction.
SQL_AUTOCOMMIT_ON
The driver uses autocommit mode.
Each command is committed immediately after it is executed.
SQL_AUTOCOMMIT_DEFAULT
Autocommit On.
If no value for Constant is assigned, the default depends on the settings in your ODBC setup. Changing from manual-commit mode to autocommit mode commits any open transactions on the connection.

 

Copyright(C) 2002-2012 FC Management Co. All Rights Reserved<