Page 1 of 1

Nevrona RAVE

Posted: Thu 24 Nov 2005 08:57
by Stefan_Telser
Hi,

I'm just evaluating your product and it seems to be the perfect solution for us.

But I don't see a way to connect TMSQuery to a Rave-Connection in the c++builder Form-Designer or in a code like that:

TRvQueryConnection *QueryConnection = new TRvQueryConnection(this);
QueryConnection->Name = Name;
QueryConnection->Query = Query;
QueryConnection->RuntimeVisibility = rtEndUser;

Is there a way to do it? I quess a reinterpret_cast would be devastating.

Thanks
Stefan Telser

Just found out...

Posted: Thu 24 Nov 2005 09:17
by Stefan_Telser
...that it seems to be working with TRvDataSetConnection. So far we allways used TRvQueryConnections. Im not actually sure what the difference is. Has anybody got experience with RAVE and SQL Server Data Access Components?

Posted: Thu 24 Nov 2005 13:05
by Ikar
SDAC does not support Rave Report.

SDAC and RAVE

Posted: Fri 25 Nov 2005 19:09
by Stefan_Telser
I just concluded a few more tests. SDAC and RAVE seem to be working perfectly well together.

Thats great!