Re: Copy Data from one ADO recordset to Another ...
From: Gunner (gunner_at_docksidesoftware.com)
Date: 07/07/04
- Next message: Randy Birch: "Re: Window Handle Conversion"
- Previous message: Veign: "Re: File not found: C:\................\ThirdParty.ocx\1"
- In reply to: Andreas Kyriacou: "Re: Copy Data from one ADO recordset to Another ..."
- Next in thread: MikeD: "Re: Copy Data from one ADO recordset to Another ..."
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 7 Jul 2004 10:24:45 -0500
Guess I should have mentioned why I was looking to do this. I have a
recordset created off a Stored Procedure that contains multiple tables, and
hence the recordset is not updatable. I would like to have a detached
recordset that never updates the database, but is updatable and contains the
results from the Stored Procedure.
Thanks
"Andreas Kyriacou" <akyriacou@techplatforms.com> wrote in message
news:u0iUwRDZEHA.2520@TK2MSFTNGP12.phx.gbl...
> I believe all you have to do is declare the second recordset and then:
>
> set rsSecond = rsFirst
>
> --
> Andreas Kyriacou
> Senior Technical Consultant
>
> GoldMine® Certified Professional
> GoldSync® Certified Professional
>
> Technology Platforms Inc.
>
> Bus. (519)584-2447 Ext.208
> Fax. (519)584-2260
>
> Email. akyriacou@techplatforms.com
> Web. http://www.techplatforms.com
> "Gunner" <gunner@docksidesoftware.com> wrote in message
> news:%23aW6rJDZEHA.3596@tk2msftngp13.phx.gbl...
> > Does anyone know of a way to copy all the data from recordset and dump
it
> to
> > another recordset, without iterating through each row in the recordset?
> >
> > Thanks In Advance
> > Gunner
> >
> >
>
>
- Next message: Randy Birch: "Re: Window Handle Conversion"
- Previous message: Veign: "Re: File not found: C:\................\ThirdParty.ocx\1"
- In reply to: Andreas Kyriacou: "Re: Copy Data from one ADO recordset to Another ..."
- Next in thread: MikeD: "Re: Copy Data from one ADO recordset to Another ..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|