Re: ADO.net Code contest



> Jesús López wrote:
>
>> May I use DAO 3.6 instead of ADO.NET or ADODB ?
>>
>> I think DAO is the fastest way to deal with Access databases.
>>
>> Regards from Madrid (Spain)
>> Jesús López
>
> No, ODBC is (if I recall correctly). That is, raw C++ with odbc.
>
If you use a Ferrari maybe, however with a bicycle it is much slower.

What has ODBC to do with comparing DAO, ADO or ADONET?

There have been more discussions about this subject in this newsgroup where
Paul Clement was often in involved. (There are more regulars, however Paul
is in my mind equivalent for DAO).

In my opinion not any homemade software can be as advice to deal with
Access. because you never know if it is reliable for the given problem.

Which as well does not mean that I would ever advice to use DAO in any Net
environment.

Just my thought,

Cor


.



Relevant Pages

  • Re: Why not use DAO?
    ... it's obsolete" doesn't quite cut it. ... What is not in doubt is that DAO has historically been the fastest interface ... using Access databases because I prefer the availability of the provider. ... DAO is in most situations faster on a Access database,,, there is no ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Direct Access to MS ACCESS
    ... "Raymond J. Schappe" wrote in message ... but I think using DAO or ADO rather than ODBC to ... ADO, in turn, is more general purpose than DAO ... to Access databases with it, but DAO is specific to Access and I think ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: VB6 and Access2000
    ... After setting the Databasename property of DAO when I set the recordsource property it gives me an error: ... format 'C:\pro\test.mdb'. ... In your References for your project, what version of DAO do you have checked? ... DAO is faster when working with Access databases from what I have heard. ...
    (microsoft.public.vb.general.discussion)
  • Re: VB6 and Access2000
    ... recordset using DAO 3.6 and then setting the Data Control's Recordset ... After setting the Databasename property of DAO when I set the ... with Access databases from what I have heard. ...
    (microsoft.public.vb.general.discussion)
  • Re: Strange Problems with ODBC connection to SQL Server
    ... When accessing Jet data, use DAO. ... This way you are not exposing connection information in clear ... >accesses an SQL Server 2000 repository via ODBC data source. ...
    (microsoft.public.data.odbc)