|
State (Recordset コレクション)
object.State = value
引数
- object
- Record オブジェクトの名前を指定します。
- value
- オブジェクトの入出力方向
| 定数 | 値 | 内容
| | adStateClosed | 0 |
| | adStateOpen | 1 |
| | adStateConnectiong | 2 |
| | adStateExecuting | 4 |
| | adStateFetching | 8 |
|
解説
Recordset オブジェクトが開いているか、閉じているかを返します。
使用例
関連項目
AbsolutePage|AbsolutePosition|ActiveCommand|ActiveConnection|BOF|Bookmark|CacheSize|CursorLocation| CursorType|EditMode|EOF|Filter|Index|LockType|MaxRecords|PageCount| PageSize|RecordCount|Sort|Source|Status|StaylnSync|AddNew|Cancel| CancelBatch|CancelUpdate|Clone|Close|Delete|CompareBookmarks|Find|GetRows| GetString|Move|MoveFirst|MoveLast|MoveNext|MovePrevious|NextRecordset|Open| Requery|Resync|Save|Seek|Supports|Update|UpdateBatch|
|
ASPリファレンス
Command オブジェクト
Connection オブジェクト
Error オブジェクト
Errors コレクション
Field オブジェクト
Fields コレクション
Parameter オブジェクト
Parameters コレクション
Property オブジェクト
Properties コレクション
Record オブジェクト
Recordset オブジェクト
Stream オブジェクト
|