Re: Any REAL reason to use ADO vs. DAO?
- From: "Robert Morley" <rmorley@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 5 May 2007 16:48:08 -0400
For instance, even if you specify a snapshot, it will retrieve a list of
primary keys, then start running batches of queries, of the form "Where PK
In (x, y, z)", to get the data asynchronously. It doesn't guarantee that
the snapshot is all taken at the same instant in time, only that once it
retrieves a full record, it won't refresh it.
I seemed to remember that it did things like that, but I wasn't sure, so I
didn't want to say anything. There's also the question of whether it does
that internally for Jet databases, or only for external sources. It's been
too long since I've actually worked with DAO, and I'm surprised by how much
I've forgotten and how quickly.
My own sense is that the bottleneck is usually either running a complex
query in the DB engine, or data transfer rates across a network. If it is
not one of those, the response times are fast enough that the speed
difference between DAO and ADO is not important.
That's my sense (and experience) as well, which is part of why I haven't
used DAO significantly in the last few years (the other part being that my
main project at work is an Access ADP, with no links to anything outside of
the SQL Server back-end, so DAO would be inappropriate).
Rob
.
- References:
- Re: Any REAL reason to use ADO vs. DAO?
- From: Jim Carlock
- Re: Any REAL reason to use ADO vs. DAO?
- From: Paul Clement
- Re: Any REAL reason to use ADO vs. DAO?
- From: Jim Carlock
- Re: Any REAL reason to use ADO vs. DAO?
- From: Paul Clement
- Re: Any REAL reason to use ADO vs. DAO?
- From: Jim Carlock
- Re: Any REAL reason to use ADO vs. DAO?
- From: Paul Clement
- Re: Any REAL reason to use ADO vs. DAO?
- From: Robert Morley
- Re: Any REAL reason to use ADO vs. DAO?
- From: Paul Clement
- Re: Any REAL reason to use ADO vs. DAO?
- From: Robert Morley
- Re: Any REAL reason to use ADO vs. DAO?
- From: Paul Clement
- Re: Any REAL reason to use ADO vs. DAO?
- From: Robert Morley
- Re: Any REAL reason to use ADO vs. DAO?
- From: Paul Clement
- Re: Any REAL reason to use ADO vs. DAO?
- From: Robert Morley
- Re: Any REAL reason to use ADO vs. DAO?
- From: Schmidt
- Re: Any REAL reason to use ADO vs. DAO?
- From: Robert Morley
- Re: Any REAL reason to use ADO vs. DAO?
- From: Schmidt
- Re: Any REAL reason to use ADO vs. DAO?
- From: Robert Morley
- Re: Any REAL reason to use ADO vs. DAO?
- From: Steve Gerrard
- Re: Any REAL reason to use ADO vs. DAO?
- Prev by Date: Re: Any REAL reason to use ADO vs. DAO?
- Next by Date: Re: Listbox scroll problem
- Previous by thread: Re: Any REAL reason to use ADO vs. DAO?
- Next by thread: Re: Any REAL reason to use ADO vs. DAO?
- Index(es):
Relevant Pages
|