Re: DAO and conversion
- From: <david@epsomdotcomdotau>
- Date: Fri, 6 Jan 2006 21:07:16 +1100
The data file for Access 2003 is a Jet 4.0 file,
exactly the same as the Jet 4.0 file used by Access 2000.
The DAO object used for Access 2003 is dbEngine.36,
exactly the same DAO object used for Access 2000.
The Access project (forms, reports, modules) stored
inside that file may be different, (although by default
it is the same) but since you are using VB forms instead
of Access forms, the format of the Access forms doesn't
matter to you.
(david)
"Martin" <mpennings@xxxxxxxxxx> wrote in message
news:43bd94ce$0$498$dbd4d001@xxxxxxxxxxxxxxxxxx
> Hi,
>
> Does anyone have experience with converting a Jet Database 2000 version to
> 2002-2003?
> I have a VB 6.0 program that's using the Jet database by DAO.
>
>
.
- References:
- DAO and conversion
- From: Martin
- DAO and conversion
- Prev by Date: Re: 5 access 2000 users and 1 AccessXP user
- Next by Date: Re: 5 access 2000 users and 1 AccessXP user
- Previous by thread: Re: DAO and conversion
- Index(es):
Loading