Re: Creating an Office XP compatible database?
From: dkomo (dkomoNoSpam_at_cris.com)
Date: 03/31/04
- Next message: Nicholas Couch: "problem using Access 2000 database with VB 6.0 app"
- Next in thread: PierreCampe: "Re: Creating an Office XP compatible database?"
- Maybe reply: PierreCampe: "Re: Creating an Office XP compatible database?"
- Reply: Phillip Windell: "Re: Creating an Office XP compatible database?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 30 Mar 2004 17:08:50 -0700
Phillip Windell wrote:
>
> You need to use Jet 4.0
>
> My VB6.0 has Jet 3.51 and 4.0 and I didn't do anything special to make it
> happen that way. I suppose just updating to the newest MDAC Components you
> can run on your machine will do it,..that is all I have ever done.
>
> If your current MDAC is older than 2.5, I believe I upgraded it with
> MDAC2.5-SP2 first then went up to MDAC2.7. There was a "cutoff" in there
> somewhere where the Jet engine wasn't included. Version 2.5 sp1 may have
> been the last one to include it. The details are fuzzy to me, but MS's site
> should have the details when you find thier MDAC "stuff".
>
> --
>
> Phillip Windell [MCP, MVP, CCNA]
> www.wandtv.com
>
I'm almost sure I've got Jet 4.0 because the install of Office XP must
have put it there. What are the file names for Jet so I can check?
Also, how do I find what version of MDAC I have installed?
But assuming I do have Jet 4.0, how do I specify that using DAO? It
is apparently picking up Jet 3.51 from my CreateDataBase statement,
but there is no system constant like dbVersion30 for Jet 4.0. I know
you can specify Jet 4.0 in an ADO connection string, but I don't feel
like converting all my DAO statements to ADO.
--dkomo@cris.com
- Next message: Nicholas Couch: "problem using Access 2000 database with VB 6.0 app"
- Next in thread: PierreCampe: "Re: Creating an Office XP compatible database?"
- Maybe reply: PierreCampe: "Re: Creating an Office XP compatible database?"
- Reply: Phillip Windell: "Re: Creating an Office XP compatible database?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|