Re: Copy Records From Remote Database
- From: "Bob Barrows [MVP]" <reb01501@xxxxxxxxxxxxxxx>
- Date: Tue, 10 Apr 2007 22:38:18 -0400
Robert McCarter wrote:
Hello,
Can any of you offer a suggestion for copying records from a remote
database into a local database? I am using VB6 And Access 2003.
I am currently using 2 connections, one to the local one to the remote
database. I am opening a recordset on the remote table and then
using the second connection to do inserts into the local database as
I loop through the first recordset. This is very slow.
I would appreciate any advice you can give.
DAO might be faster than ADO for this.
However, if the machine has Access installed, I would consider automating
Access and using the TransferDatabase method. I strongly suspect that this
would be faster than both DAO and ADO.
See an Access VBA newsgroup for details.
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
.
- Prev by Date: Re: Typed DataSet
- Next by Date: Syntax for query-ing MS Excel data vith ADO
- Previous by thread: Re: Typed DataSet
- Next by thread: Syntax for query-ing MS Excel data vith ADO
- Index(es):
Relevant Pages
|
|