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.

FB

--
------------------------------------------------------------------------
Get LLBLGen Pro, productive O/R mapping for .NET: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
.



Relevant Pages

  • Re: how do I rename an access table using sql, ado, and vb6?
    ... Your options are ADOX or DAO. ... Paul ... Microsoft MVP ... Prev by Date: ...
    (microsoft.public.vb.database.ado)
  • Re: OLE to SQL Server
    ... Multi-user environments have changed since the 16 bit days of windows ... You can use ADODB between mdb's but that is kind of overkill. ... DAO is native to Jet/Access and thus easiest to use - within the Access ... You can't use DAO directly against a sql server. ...
    (comp.databases.ms-access)
  • Re: ADO.net Code contest
    ... Yes, and a bicycle can get through city traffic faster than a car, but you ... > Robbe Morris - 2004/2005 Microsoft MVP C# ... >> that outperform ADODB, so unfortunately DAO is not allowed. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Namespaces? Why?
    ... Dim rs As DAO.Recordset ... With DAO ... NOT a namespace but an object instance. ... I use the adodb interface in VB, ...
    (comp.lang.php)
  • Re: Namespaces? Why?
    ... Dim rs As DAO.Recordset ... i think he meant the DAO used in the 'with' statement...which is NOT a namespace but an object instance. ... I use the adodb interface in VB, though - it really is better. ...
    (comp.lang.php)

Loading