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.CursorType
ホーム • Customization Tools • FCAS • Language Reference • Statement.CursorType
 
Purpose
Returns or assigns an integer value indicating the ODBC cursor type of a statement.
Syntax
DBStatement.CursorType [= Constant]


Constant
Possible values:
SQL_CURSOR_FORWARD_ONLY
The cursor only scrolls forward.
This attribute can't be set on an open cursor. This is the default.
SQL_CURSOR_KEYSET_DRIVEN
The driver uses the keys for the number of rows specified in the SQL_KEYSET_SIZE statement option.
SQL_CURSOR_DYNAMIC
The driver only uses the keys for the rows in the rowset.
SQL_CURSOR_STATIC
The data in the result set is static.
SQL_CURSOR_TYPE_DEFAULT

 

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