Results 1 to 10 of 10

Thread: microsoft jet engine 3.51

  1. #1

    Thread Starter
    Registered User
    Join Date
    Jul 2001
    Location
    israel
    Posts
    81

    Question 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 ?

  2. #2
    Fanatic Member RSINGH's Avatar
    Join Date
    May 2001
    Location
    London
    Posts
    522
    As far as I know, both versions will not work on the same machine.

  3. #3

    Thread Starter
    Registered User
    Join Date
    Jul 2001
    Location
    israel
    Posts
    81
    what do you mean ? access97 and access2000 wont work on the same machine ?

  4. #4
    Fanatic Member RSINGH's Avatar
    Join Date
    May 2001
    Location
    London
    Posts
    522
    yup!

  5. #5
    Frenzied Member oh1mie's Avatar
    Join Date
    Sep 2001
    Location
    Finland
    Posts
    1,043

    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:
    1. Engine Type=5 =Access 2000 format, Engine Type=4 = Access 97 ...
    2. "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source=C:\MyDatabase.mdb" & _
    3. ";Jet OLEDB:Engine Type=4"

    oh1mie/Vic
    Last edited by oh1mie; Apr 20th, 2002 at 10:20 AM.

  6. #6
    Fanatic Member VBKNIGHT's Avatar
    Join Date
    Oct 2000
    Location
    Port25
    Posts
    619
    Well if your using Access2000 you would not have a problem accessing Access97. Just use lower jet engine version on 97.

    If a post has helped you then Please Rate it!

  7. #7

    Thread Starter
    Registered User
    Join Date
    Jul 2001
    Location
    israel
    Posts
    81
    does the jet 4.0 work with access97?

  8. #8

    Thread Starter
    Registered User
    Join Date
    Jul 2001
    Location
    israel
    Posts
    81
    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

  9. #9
    Fanatic Member VBKNIGHT's Avatar
    Join Date
    Oct 2000
    Location
    Port25
    Posts
    619
    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!

  10. #10
    Junior Member
    Join Date
    Aug 2001
    Location
    MidCentral ( Between MidWest and MidEast)
    Posts
    19
    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
  •  



Click Here to Expand Forum to Full Width