Re: ADODB to RDO
- From: "Ralph" <nt_consulting64@xxxxxxxxx>
- Date: Thu, 7 Dec 2006 22:00:55 -0600
"John" <goondoo27@xxxxxxxxxxx> wrote in message
news:OFv9SSjGHHA.1188@xxxxxxxxxxxxxxxxxxxxxxx
Ok here's a good one.in
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
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
.
- Follow-Ups:
- Re: ADODB to RDO
- From: John
- Re: ADODB to RDO
- References:
- ADODB to RDO
- From: John
- ADODB to RDO
- Prev by Date: Re: Converting Program VB using ADO
- Next by Date: Re: RunTime Error 3021
- Previous by thread: ADODB to RDO
- Next by thread: Re: ADODB to RDO
- Index(es):
Relevant Pages
|