RAD Studio VCL Reference
|
Specifies ADO connection component to use.
property Connection: TADOConnection;
__property TADOConnection Connection;
Set Connection to specify the TADOConnection the command component uses to connect to the data store.
ADOCommand1.Connection := ADOConnection1;
ADOCommand1->Connection = ADOConnection1;
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|