Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Applies to: Access 2013, Office 2013
Specifies whether an object is open or closed, connecting to a data source, executing a command, or retrieving data.
Constant |
Value |
Description |
|---|---|---|
adStateClosed |
0 |
Indicates that the object is closed. |
adStateOpen |
1 |
Indicates that the object is open. |
adStateConnecting |
2 |
Indicates that the object is connecting. |
adStateExecuting |
4 |
Indicates that the object is executing a command. |
adStateFetching |
8 |
Indicates that the rows of the object are being retrieved. |
ADO/WFC equivalent
Package: com.ms.wfc.data
Constant |
|---|
AdoEnums.ObjectState.CLOSED |
AdoEnums.ObjectState.OPEN |
AdoEnums.ObjectState.CONNECTING |
AdoEnums.ObjectState.EXECUTING |
AdoEnums.ObjectState.FETCHING |