Re: merge multiple databases
From: YYZ (notapplicable)
Date: 05/14/04
- Next message: Jim Carlock: "Re: merge multiple databases"
- Previous message: Jeff Johnson [MVP: VB]: "Re: setting hyperlink value in DAO 3.51 using an update query"
- In reply to: Jim Carlock: "Re: merge multiple databases"
- Next in thread: Jim Carlock: "Re: merge multiple databases"
- Reply: Jim Carlock: "Re: merge multiple databases"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 14 May 2004 14:12:04 -0500
"Jim Carlock" <anonymous@127.0.0.1> wrote in message
news:O#yettdOEHA.2876@TK2MSFTNGP09.phx.gbl...
> If you put the SQL into queries inside of Access, I'm thinking that
> it should get even faster... IE make the query in the new Access file,
> and then call that query from the VB application, with an .Execute
> if it's an action query, or with the .RecordSet object if it's a Select
> query.
>
> If the query inside of Access was named "qSelectAllRecords", then
> you can open it with :
>
> Set rs = gDAO_DB.OpenRecordset("qSelectAllRecords")
I've done some half assed testing with that in the past, and never really
noticed a difference. But again, it was half assed, so you may be right.
Matt
- Next message: Jim Carlock: "Re: merge multiple databases"
- Previous message: Jeff Johnson [MVP: VB]: "Re: setting hyperlink value in DAO 3.51 using an update query"
- In reply to: Jim Carlock: "Re: merge multiple databases"
- Next in thread: Jim Carlock: "Re: merge multiple databases"
- Reply: Jim Carlock: "Re: merge multiple databases"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|