It may be possible to find specific scenarios where ADO is more efficient,
but in general the statement would be inaccurate.
More fundamentally, why would anyone be trying to promote a technology that
is now officially dead in the water? If I understand correctly, ADO is
different from the ADO.NET replacement. DAO lives on as *the* library
designed for Access, i.e. the A in ADO *is* Access, so anything that MS has
not yet updated in DAO does not actually work in the Access interface (e.g.
the query window) because Access itself relies on DAO.
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users -
http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Jesper F" <jf> wrote in message
news:42cc2ddd$0$21453$(E-Mail Removed)...
> I've always used JET and DAO together since I've heard several places that
> this is faster than JET+ADO.
> Now I just read in a newsletter article that with tables over approx.
> 10.000
> records ADO outperforms DAO even though using JET.
> Does anyone know if this is correct and if the speed differences are worth
> while a change?
>
> Thanks.
>
> Jesper