|
-
Sep 24th, 2001, 07:04 AM
#1
Thread Starter
Registered User
microsoft jet engine 3.51
hello everybody
i m trying to work with access2000 but i have a problem with the jet engine and i know that i need to replace it to jet 4.0 but will jet 4.0 work with my access97 databases? if it would what should i do to make it work ?
-
Sep 24th, 2001, 07:08 AM
#2
Fanatic Member
As far as I know, both versions will not work on the same machine.
-
Sep 24th, 2001, 07:41 AM
#3
Thread Starter
Registered User
what do you mean ? access97 and access2000 wont work on the same machine ?
-
Sep 24th, 2001, 07:42 AM
#4
Fanatic Member
-
Sep 24th, 2001, 07:49 AM
#5
Frenzied Member
Re: microsoft jet engine 3.51
Originally posted by asi
hello everybody
i m trying to work with access2000 but i have a problem with the jet engine and i know that i need to replace it to jet 4.0 but will jet 4.0 work with my access97 databases? if it would what should i do to make it work ?
VB Code:
Engine Type=5 =Access 2000 format, Engine Type=4 = Access 97 ...
"PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source=C:\MyDatabase.mdb" & _
";Jet OLEDB:Engine Type=4"
oh1mie/Vic
Last edited by oh1mie; Apr 20th, 2002 at 10:20 AM.
-
Sep 24th, 2001, 07:50 AM
#6
Fanatic Member
-
Sep 24th, 2001, 07:58 AM
#7
Thread Starter
Registered User
does the jet 4.0 work with access97?
-
Sep 24th, 2001, 08:13 AM
#8
Thread Starter
Registered User
ok i know that i should use the 3.51 for access97 but i need them both and i dont want to put them both on my project so i just need to know if the jet 4.0 can work with access 97
-
Sep 24th, 2001, 08:14 AM
#9
Fanatic Member
certainly not! either you convert the 97 to 2000 or use Jet 3.5 on 97.
If a post has helped you then Please Rate it!
-
Sep 24th, 2001, 10:16 AM
#10
Junior Member
Developing an application to access both Access97 and Access2000 will work with the 4.0 jet engine. There are a COUPLE of things to watch out for, such as compacting and repairing(4.0 and 3.51 work totally DIFFERENT in this aspect), but other that that you should be ok.
Otherwise, you cannot have both access97 and access2000 installed on your computer unless your using multiple OS.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|