rdo and rdc resultset problem 
Author Message
 rdo and rdc resultset problem

from microsoft technet - remote server connectivity
"You can use the RemoteData control to create RDO objects, just as you
can use the Data control to create Jet DAO objects. You can also create
result sets using RDO methods and pass these to the RemoteData control
for management and editing by associated bound controls."

with the following code, i am not able to set the remote data control
resultset with a newly created resultset

        dim lrdoRS as rdoResultset

        Set lrdoRS = grdoConnection.OpenResultset(sSQL,
rdOpenForwardOnly,rdConcurReadOnly)

        set MSRDC1.Resultset = lrdoRS

the error i get is "type mismatch" when "MSRDC1.Resultset = lrdoRS" is
executed.  what am i doing wrong?

thanks in advance
h



Sat, 04 Mar 2000 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. RDO resultset problem

2. Problem with RDC/RDO

3. Funny Problems with RDC/RDO

4. Empty resultset retrieved with RDC

5. RDC: Assigned Resultset Shrinks!

6. RDC, empty resultset, adding record ?

7. Question: Copying RDO resultset into Excel Spreadsheet

8. Fill unbound grid w/RDO Resultset

9. RDO Error while retrieving resultset from ORACLE stored procedure using VB5

10. RDO Access Connect and Resultset with rdAsyncEnable

11. RDO I open a keyset but I get a static resultset

12. how to ask for a Null value in an RDO resultset

 

 
Powered by phpBB® Forum Software