Checking which version of Jet a database is using

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Checking which version of Jet a database is using

    How do I tell which version of Jet particular Access 2000 database is using?
    I'm trying to use the proper OLE-DB settings to access it via ASP and
    according to [url]www.able-consulting.com[/url] :-

    "Note, remember to convert both the MDB and the MDW to the 4.0
    database format when using the 4.0 OLE DB Provider"

    How do I convert a database ????

    Cheers.


    Mystery Guest

  2. Similar Questions and Discussions

    1. #40707 [NEW]: checking for db4 major version... Header contains different version
      From: BLentz at channing-bete dot com Operating system: Multiple Linux PHP version: 5.2.1 PHP Bug Type: Compile Failure Bug...
    2. #40406 [NEW]: Hangs and checking for flex version
      From: david dot marek at mattel dot com Operating system: AIX 5.2 PHP version: 5.2.0 PHP Bug Type: Compile Failure Bug...
    3. #26157 [Bgs->Opn]: checking for db2 major version fails
      ID: 26157 User updated by: mills at cc dot umanitoba dot ca Reported By: mills at cc dot umanitoba dot ca -Status: ...
    4. #26157 [Opn->Bgs]: checking for db2 major version fails
      ID: 26157 Updated by: iliaa@php.net Reported By: mills at cc dot umanitoba dot ca -Status: Open +Status: ...
    5. #26157 [NEW]: checking for db2 major version fails
      From: mills at cc dot umanitoba dot ca Operating system: Solaris sparc PHP version: 4.3.4 PHP Bug Type: *Configuration Issues...
  3. #2

    Default Re: Checking which version of Jet a database is using

    Mystery wrote:
    > How do I tell which version of Jet particular Access 2000 database is
    > using? I'm trying to use the proper OLE-DB settings to access it via
    > ASP and according to [url]www.able-consulting.com[/url] :-
    >
    > "Note, remember to convert both the MDB and the MDW to the 4.0
    > database format when using the 4.0 OLE DB Provider"
    >
    > How do I convert a database ????
    >
    > Cheers.
    If the database was created with Access 2000, then it is Jet 4.0. If it was
    created with an earlier version of Access, then it can be converted using
    the Convert Database option in Tools|Database Utilities.

    Bob Barrows

    --
    Microsoft MVP - ASP/ASP.NET
    Please reply to the newsgroup. This email account is my spam trap so I
    don't check it very often. If you must reply off-line, then remove the
    "NO SPAM"


    Bob Barrows Guest

  4. #3

    Default Re: Checking which version of Jet a database is using

    Thanks Bob. Appreciate the quick response

    "Bob Barrows" <reb01501@NOyahoo.SPAMcom> wrote in message
    news:%23Wam3RPwDHA.1760@TK2MSFTNGP10.phx.gbl...
    > Mystery wrote:
    > > How do I tell which version of Jet particular Access 2000 database is
    > > using? I'm trying to use the proper OLE-DB settings to access it via
    > > ASP and according to [url]www.able-consulting.com[/url] :-
    > >
    > > "Note, remember to convert both the MDB and the MDW to the 4.0
    > > database format when using the 4.0 OLE DB Provider"
    > >
    > > How do I convert a database ????
    > >
    > > Cheers.
    >
    > If the database was created with Access 2000, then it is Jet 4.0. If it
    was
    > created with an earlier version of Access, then it can be converted using
    > the Convert Database option in Tools|Database Utilities.
    >
    > Bob Barrows
    >
    > --
    > Microsoft MVP - ASP/ASP.NET
    > Please reply to the newsgroup. This email account is my spam trap so I
    > don't check it very often. If you must reply off-line, then remove the
    > "NO SPAM"
    >
    >

    Mystery Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139