|
|
|
|
|
PROPERTY: |
|
|
|
connected |
|
|
|
|
|
|
|
DESCRIPTION: |
|
|
|
Indicates whether the object is connected with database. |
||
|
|
|
|
|
PROPERTY OF: |
|
|
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
DEFAULT VALUE: |
|
|
|
false |
|
|
|
|
|
|
|
DESCRIPTION: |
|
|
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
One of the most powerful features found in ADO is the capability to open a client-side rowset from a data source and then disconnect the data object from the data source. |
||
|
When the data object has been disconnected, the connection to the data source can be closed, thereby releasing the resources on the server used to maintain it. |
||
|
You can continue to view and edit the data in the rowset while it is disconnected and later reconnect to the data source and send your updates in batch mode. |
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
|
|