
27-04-2005
|
 |
Capo
|
|
Registrado: may 2003
Ubicación: Cantabria - España
Posts: 11.221
Reputación: 10
|
|
Cita:
property Connected: Boolean;
Description
Set Connected to True to establish a connection to an ADO data store without opening a dataset. Set Connected to False to close a connection. The default value for Connected is False.
An application can check Connected to determine the current status of a connection. If Connected is True, the connection is active; if False, and the KeepConnection property is also False, then the connection is inactive.
Connected can also be used in a program to determine the success of a call to the Open method (a True value in Connected) or the Close method (a False value).
|
Un Saludo.
|