ODAC connectivity for Rave reports

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Darren

ODAC connectivity for Rave reports

Post by Darren » Mon 22 Nov 2004 01:32

Hi,

I was wondering if there is a way to use the odac components within the rave report designer which comes with delphi 7. I know i could use a direct data driver from the delphi application to link the odac components in the delphi app to the report, but i would rather keep all the sql in the rave report designer.

Thks
Darren

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Tue 23 Nov 2004 08:24

You can link TOraQuery, TOraTable, TSmartQuery ODAC components to Rave Report with TRvDataSetConnection component. ODAC does not support connection with "Driver Data View".

Post Reply