PDA

Click to See Complete Forum and Search --> : RDO in VB6 PRO


vladimir
Mar 12th, 2000, 08:19 AM
Hello,

I have VB6 Pro, SP3 installed. When I set a reference to RDO 2.0 in my project and try to access any method (property) of rdoEngine object, I get a message "ActiveX component can't create object". But I know for sure that RDO library is installed on my machine.
Did anybody have similar problem? May be, I need Enterprise Edition of VB6 to work with RDO - I was not able to find any article saying explicitly that VB6 Pro allows (does not allow) to work with RDO.

Thank you very much for any comments. Vlad

Serge
Mar 13th, 2000, 03:20 AM
That is correct. In order for you to use RDO, you would have to get VB Enterprise Edition. Even though you have that DLL installed, you still won't be able to use it. That DLL is there for ODBCDirect. ODBCDirect uses RDO20.DLL as an interface. So, my suggestion would be, use ODBCDirect. IT is, basically, RDO, but with DAO names.