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.SimulateCursor
ホーム • Customization Tools • FCAS • Language Reference • Statement.SimulateCursor
 
Purpose
Returns or assigns an integer value that specifies whether drivers that simulate positioned update and delete statements ensure that these statements affect only a single row.
Syntax
DBStatement.StatementCursor [= Constant]


Constant
Possible values:
SQL_SC_NON_UNIQUE
Doesn't guarantee that simulated positioned update or delete statements will affect only a single row.
The application must enforce this behavior.
SQL_SC_TRY_UNIQUE
Attempts to guarantee that simulated positioned update or delete statements affect only a single row.
The driver always executes such statements, even if they might affect more than one row.
SQL_SC_UNIQUE
The driver guarantees that simulated positioned update or delete statements affect only a single row.

 

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