You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TRvQueryConnection |
Top Previous Next |
Unit RpConBDE
Hierarchy TRvCustomDataSetConnection | Description Data connection components - Rave uses data from your application. This is accomplished with data connection components, TRvCustomConnection, TRvDataSetConnection, TRvTableConnection and TRvQueryConnection to provide a bridge between the data in your application and the Rave visual components.
TRvCustomConnection component can be used to access non-database data such as memory arrays or binary record files.
TRvDataSetConnection can be used to provide access to TDataSet descendent components including 3rd party dataset components.
TRvTableConnection is to be used specifically with TTable components or their descendent's respectively.
TRvQueryConnection is to be used specifically with TQuery components or their descendent's respectively.
Properties Derived from TRvQueryConnection |
You are reading help file online using chmlib.com
|