Remote Data Objects (RDO) Problem 
Author Message
 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.



Tue, 01 May 2001 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Help Please: RDO - Remote Data Objects

2. Is Remote Data Object(RDO) & Remote Data Control(RDC) bundled with VB5.0 Prof. Edition

3. Problem with Going from Objects to RDO objects

4. CANNOT CONNECT TO REMOTE DATA OBJECT

5. Question on ODBC, Remote Data objects and DAO

6. Remote Data Objects in combination with level 1 compliance level

7. Learn Remote Data Objects

8. Learn Remote Data Objects

9. MS Visual Basic and Remote data objects

10. Changing password with Remote Data Objects

11. Remote Data Object

12. MSRDC Remote data object question...

 

 
Powered by phpBB® Forum Software