Re: Using DAO with Access2003 database

From: david epsom dot com dot au (david_at_epsomdotcomdotau)
Date: 05/19/04


Date: Wed, 19 May 2004 18:42:43 +1000

Access 2000/2003 stores an Access 2000/20003 project in a
Jet 4.0 database. DAO can't manipulate the Access project
(forms, reports, VBA) anyway, in an version. DAO can only
access the data. Which, like the Access Project, is stored in
the Jet 4.0 database.

"MikeD" <mike.dempsey@REMOVE_THIS_BITncr.com> wrote in message
news:EA0490D4-C707-4B9D-A3C1-D0D40BD0F43E@microsoft.com...
> Does anyone know of a version of DAO that supports Access 2002/2003
databases?
> The help says to specify Version=1 thru 4 when using CreateDatabase.
> These values correlate to Access, Access2, Access95 and Access2000.
>
> I would like to be able to create Access 2003 format also.



Relevant Pages

  • Re: Database has gigantic size
    ... DAO is simply the direct interface to JET. ... this then is exactly why the database grows so large. ... Why were updates within recordsets so ...
    (microsoft.public.vb.database)
  • Re: Any REAL reason to use ADO vs. DAO?
    ... download the data via DAO, and trying the same thing via ... ADODB took over 24 hours... ... a localized Access database where a VB5 app (project started ... I understand that the make table queries were Jet, ...
    (microsoft.public.vb.general.discussion)
  • Re: Missing DAO licence on target PC
    ... there is no point to using DAO and Jet. ... you on, that does, in fact, mean he's got a JET database. ... No one is disputing that DAO is obsolete. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Sign In/Out Program
    ... ADO is capable of MULTI USER that the database is open by many user at ... used DAO and ms access database for single user only. ... DAO works well with Jet. ... but mdb is a file-based database and will have the same ...
    (microsoft.public.vb.general.discussion)
  • Re: Missing DAO licence on target PC
    ... compare SQL + ADO to JET + DAO ... but JET is obsolete; and who wants to use an obsolete DAL just because ... DAO and JET have both been obsoleted for a decade. ... DAO doesn't fit into the 'worlds most popular database' and it hasn't ...
    (microsoft.public.dotnet.languages.vb)

Loading