
Remote Data Objects (RDO) Problem
I have been using RDO to connect to Oracle for the past year now in my VB5
program. This week, I installed the Visual Studio 6 on my machine for
future projects (likely far in the future projects). Everything seemed to
be working fine in the program until I compiled it and gave it to the users.
If I just run this ...
Dim rdoConn as New rdoConnection
Dim rdoQy as New rdoQuery
Set rdoQy.ActiveConnection=rdoConn
... it seems the program will crash on the 'set
rdoqy.activeconnection=rdoconn' line.. Could anyone please explain why this
is happening now? And perhaps even how to fix it?
Thanks.