RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TADOConnection.ConnectionObject Property

Provides direct access to the ADO connection object.

Pascal
property ConnectionObject: _Connection;
C++
__property _Connection ConnectionObject;

Use ConnectionObject to get direct access to the ADO connection object the connection component represents. This direct access reference allows an application to use properties and methods of the underlying connection object. Accessing the underlying connection object is especially useful for utilizing properties and methods of the connection object not surfaced in TADOConnection.

Note: Use of ConnectionObject to directly access the underlying ADO connection object requires a good working knowledge of ADO objects in general and the ADO connection object in specific. Using the connection object directly is not recommended unless you are familiar with connection object operations. Consult the Microsoft Data Store SDK help for specific information on using ADO connection objects.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!