Re: Access 2003-Access 2002 Incompatibility

From: GVaught (glvaughtRemoveThis_at_hotmail.com)
Date: 09/05/04

  • Next message: Douglas J. Steele: "Re: Access 2003-Access 2002 Incompatibility"
    Date: Sat, 4 Sep 2004 23:31:50 -0600
    
    

    That file name msador15.dll is actually the file name for MDAC 2.8 or at
    least on my Win 2K machine. When I opened Access and looked at the reference
    list, my ADO 2.8 actually indicates that file name. I thought I was seeing
    things, so I looked at ADO 2.7 it actually indicated msado2.7 in the file
    name.

    -- 
    G Vaught
    "Brendan Reynolds" <brenreyn at indigo dot ie> wrote in message 
    news:uXWLihDkEHA.3844@TK2MSFTNGP12.phx.gbl...
    > Piggy-backing on Doug's post because I don't see the original ...
    >
    > msador15.dll is the Microsoft ActiveX Data Objects Recordset library - a
    > cut-down version of ADODB intended for use in web applications. I've never
    > heard of anyone using it in an Access application. If it is being used at
    > all, it can probably be replaced with ADODB, and this would probably solve
    > the problem because, unlike ADOR and ADOX, you can have multiple versions 
    > of
    > ADODB installed on one PC. Just leave the reference set to the latest
    > version that exists on both PCs.
    >
    > -- 
    > Brendan Reynolds (MVP)
    > http://brenreyn.blogspot.com
    >
    > The spammers and script-kiddies have succeeded in making it impossible for
    > me to use a real e-mail address in public newsgroups. E-mail replies to
    > this post will be deleted without being read. Any e-mail claiming to be
    > from brenreyn at indigo dot ie that is not digitally signed by me with a
    > GlobalSign digital certificate is a forgery and should be deleted without
    > being read. Follow-up questions should in general be posted to the
    > newsgroup, but if you have a good reason to send me e-mail, you'll find
    > a useable e-mail address at the URL above.
    >
    >
    > "Douglas J. Steele" <NOSPAM_djsteele@NOSPAM_canada.com> wrote in message
    > news:OE9eSJDkEHA.3724@TK2MSFTNGP11.phx.gbl...
    >> Have MDAC 2.7 been installed on the machine that's attempting to use the
    >> database?
    >>
    >> -- 
    >> Doug Steele, Microsoft Access MVP
    >> http://I.Am/DougSteele
    >> (no e-mails, please!)
    >>
    >>
    >>
    >> "Chaplain Doug" <anonymous@discussions.microsoft.com> wrote in message
    >> news:418101c49027$f8f50cf0$a601280a@phx.gbl...
    >> > I updated an Access 2002 db using Access 2003.  Now when I
    >> > try to run the db on Access 2002 I get an error message
    >> > that says:
    >> >
    >> > Access contains a missing or broken reference to file
    >> > msador15.dll version 2.7
    >> >
    >> > What can I do to fix this problem?  Or more generally,
    >> > what do I do to ensure that dbs created or modified with
    >> > Access 2003 will still run on Access 2002?  Thanks.
    >>
    >>
    >
    > 
    

  • Next message: Douglas J. Steele: "Re: Access 2003-Access 2002 Incompatibility"

    Relevant Pages

    • Re: dif between ado2.7 and 2.8?
      ... MDAC 2.8 is a newer version, but when you install MDAC 2.8 application does ... application is to remove one reference to the ADO library. ... > Public Function OpenDB(Optional sDBFilename As String) As Boolean ...
      (microsoft.public.vb.database.ado)
    • Re: Need Help..not sure how to word this
      ... I extracted the .inf file from the compiled cab. ... assuming since ado needs MDAC then this is why the entry for MDAC is in the ... extracted the cab and ran the setup.exe it wanted to install MDAC 2.5! ... Projects that reference the ...
      (microsoft.public.vb.general.discussion)
    • ADODB.dll references problem
      ... all of a sudden tells me that it can't find the reference to my ... ADODB component anymore. ... AssemblyName = "ADODB" ... AssemblyFolderKey = "hklm\primary interop ...
      (microsoft.public.dotnet.framework.interop)
    • Re: Problem changing password using ADOX.Catalog.Users(User).ChangePassword
      ... we have to use the PIA of ADODB. ... > Add reference dialog box. ... Please try to download and ...
      (microsoft.public.access.security)
    • Re: ADODB custom wrapper
      ... wrapper registered in his GAC (I shows that he has it, ... I don't know how I could force his computer to have ADODB registered wiith ... since it is already in the GAC and I can't remove it. ... than how do the developpers use the reference, it should just be a dll in ...
      (microsoft.public.dotnet.languages.vb)