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
Nevrona RAVE
-
- Posts: 3
- Joined: Thu 24 Nov 2005 08:48
Just found out...
...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?
-
- Posts: 3
- Joined: Thu 24 Nov 2005 08:48
SDAC and RAVE
I just concluded a few more tests. SDAC and RAVE seem to be working perfectly well together.
Thats great!
Thats great!