RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TADODataSet.RDSConnection Property

Specifies the RDS connection component to use.

Pascal
property RDSConnection: TRDSConnection;
C++
__property TRDSConnection RDSConnection;

Use RDSConnection to specify the RDS connection component to use to obtain the recordset when the TADODataSet is opened. This property is mutually exclusive of the Connection property. If the TADODataSet uses RDSConnection to connect to the default RDS DataFactory, then the ConnectionString property should also be set with the connection information required by the DataFactory. The CommandText property should either specify the name of a property on the associated business object or be an SQL query. 

 

TRDSConnection 

Using TADODataSet

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!