|
Home > Archive > MS Access data conversion > June 2005 > How to create access2003 mdb using VC dao?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to create access2003 mdb using VC dao?
|
|
| drquake 2005-06-10, 3:24 am |
| I'm writing a VC program to create mdbs in different versions (access
97/2000/2003). I used dao3.5 to create a97 mdb and dao3.6 to create a2000 mdb
successfully. But I can't find a way to create a2003. Can someone help me
please?
| |
|
| A2000, 2002, and 2003 all use the same (Jet 4) file format.
Access can put an Access project into the Jet database or
a SQL Server database if you let it. There is no other way to
put an Access project into a Jet database or a SQL Server
database.
If you use DAO to create a Jet database, it will not have an
Access project in it. If you later open the database in Access,
Access will notice that there is no Access project in the database,
and offer to 'convert' the database for you.
(david)
"drquake" <drquake@discussions.microsoft.com> wrote in message
news:8C34E88E-BF8E-41A3-AB79- 6D7DB9AE6B95@microso
ft.com...
> I'm writing a VC program to create mdbs in different versions (access
> 97/2000/2003). I used dao3.5 to create a97 mdb and dao3.6 to create a2000
mdb
> successfully. But I can't find a way to create a2003. Can someone help me
> please?
|
|
|
|
|