Remote data access objects 
Author Message
 Remote data access objects

This question is regarding behaviour of Remote Data access objects.

Q1)
If I create a Visual Basic Recordset ( Dynaset ) object in a remote
OLE server and pass down a reference of this OLE object to a client
application, when I operate on the dynaset does the code execute on
the server or on the client ? ( I guess that the answer is the server)

Q2)
We know that a new dynaset can be created from an existing dynaset.
Eg.  Set NewDS = OldDS.CreateDynaset

Will the newly created dynaset ( from the reference of a remote
dynaset object ) be a local object or remote object. Where are the key
set maintained ? If I execute any method on the new dynaset, does the
code execute on the remote server or on the client ?

Thanks in advance
R.Venkatesh



Sun, 13 Sep 1998 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. CANNOT CONNECT TO REMOTE DATA OBJECT

2. Question on ODBC, Remote Data objects and DAO

3. Help Please: RDO - Remote Data Objects

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

5. Learn Remote Data Objects

6. Learn Remote Data Objects

7. MS Visual Basic and Remote data objects

8. Changing password with Remote Data Objects

9. Remote Data Object

10. MSRDC Remote data object question...

11. Request Variable being passed to Remote Data Services Object

12. Remote Data Control Invalid Object Error

 

 
Powered by phpBB® Forum Software