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(英語)
 
バナー:
 
 Statement.Concurrency
ホーム • Customization Tools • FCAS • Language Reference • Statement.Concurrency
 
Purpose
Returns or assigns an integer value indicating the ODBC concurrency of a statement.
Syntax
DBStatement.Concurrency [= Constant]


Constant
Possible values:
SQL_CONCUR_READ_ONLY
Updates will be attempted. Cursor is read only. This is the default.
SQL_CONCUR_LOCK
Cursor uses the lowest level of locking sufficient to ensure that the row can be updated.
SQL_CONCUR_ROWVER
Cursor uses optimistic concurrency control, comparing row versions.
SQL_CONCUR_VALUES
Cursor uses optimistic concurrency control, comparing values.
SQL_CONCUR_DEFAULT

 

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