
ADOX, Jet OLEDB 4 & Access 97 .mdb
Hi
You can use Jet,OLEDB.4.0 to create an access database.
Using Jet 4.0 the deafult Engine Type is 5 - which creates
an Access 2000 database. But at the end of your connection
string, if you specify OLEDB Jet Engine Type = 4 then this
will create an Access 97 database.
Check out website www.4guysfromrolla.com/webtech/013101 -
1.shtml
N Savjani
Quote:
>-----Original Message-----
>On Mon, 11 Jun 2001 20:32:12 +0100, "Jim McColm"
>>Is it possible to create an Access 97 .mdb file using
ADOX with
>>Jet.OLEDB.4.0 or can it only be done via Jet.OLEDB.3.51?
>>Thanks.
>>Jim
>As far as I know, you need to use the 3.51 provider to
create an
>Access97 database.
>Interesting thing is the compact method in the JRO
library can be used
>with Jet.OLEDB.4.0 to convert an Access database to any
version of
>Access ( 1.0, 1.1, 2.0, 95, 97, and Access2000).
>Richard.
>.