Re: ADODB to RDO

Tech-Archive recommends: Fix windows errors by optimizing your registry




"John" <goondoo27@xxxxxxxxxxx> wrote in message
news:OFv9SSjGHHA.1188@xxxxxxxxxxxxxxxxxxxxxxx
Ok here's a good one.

I have an ADODB table that I need to copy into an RDO table. Do I have to
write the code to read each row from the ADODB table and create a new row
in
the RDO table? Or is there a trick that I can do this without looping
through each row?

Thanks,
John


We need more details. ADO and RDO are data access libraries - they don't
have "tables". They do have record/result objects. So best guess is you want
to convert an ADODB.Recordset object to a rdoResultset object then the
answer is No.

If you had something else in mind please let us know.

-ralph


.



Relevant Pages

  • Re: ADODB to RDO
    ... Dim rsMy As ADODB.Recordset ... 'Open the RDO Resultset ... 'Loop through each record in the MySQL table and copy it to RDO ... I have an ADODB table that I need to copy into an RDO table. ...
    (microsoft.public.vb.database.ado)
  • ADODB to RDO
    ... I have an ADODB table that I need to copy into an RDO table. ... Or is there a trick that I can do this without looping ... John ...
    (microsoft.public.vb.database.ado)