ヘルプの目次
オンラインヘルプを検索
このヘルプについて
エンドユーザ向けヘルプ
クライアントヘルプ
Webアクセスヘルプ
スクリーンリーダ
フォーム
同期
用語
コンテナ
管理者向けヘルプ
サーバの管理
インターネットサービス
カスタマイズツール(英語)
OTSWの管理
OTSW Custodian
FirstClass ED(英語)
Statement.NumRows
ホーム
•
Customization Tools
•
FCAS
•
Language Reference
•
Statement.NumRows
Purpose
Returns the number of rows retrieved by a statement.
Syntax
DBStatement
.NumRows
Example
Dim stmt as DBStatement
stmt.ExecuteSQL ("SELECT * FROM Table")
Debug "Table has " & stmt.NumRows & "rows."
Copyright(C) 2002-2012 FC Management Co. All Rights Reserved<