Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. cannot found msado15.dll

cannot found msado15.dll

Scheduled Pinned Locked Moved Database
csharpc++databasehelptutorial
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MemLeak
    wrote on last edited by
    #1

    Hi everybody! I'm new to ADO and I want to create an MFC Application using ADO for my database manipulation. So I started with an easy example. In the example, I need to write: #import "c:\Program Files\Common Files\System\ado\mmado15.dll" no_namespace rename("EOF", "EndOfFile") But that doesn't work! I have a error tolding me that WS.NET cannot find msado15.dll. So I looked at my path and make a research for it and I realize that msado15.dll do not exist. So where can I find it? thanks for helping. Everything's beautiful if you look at it long enough...

    D S 2 Replies Last reply
    0
    • M MemLeak

      Hi everybody! I'm new to ADO and I want to create an MFC Application using ADO for my database manipulation. So I started with an easy example. In the example, I need to write: #import "c:\Program Files\Common Files\System\ado\mmado15.dll" no_namespace rename("EOF", "EndOfFile") But that doesn't work! I have a error tolding me that WS.NET cannot find msado15.dll. So I looked at my path and make a research for it and I realize that msado15.dll do not exist. So where can I find it? thanks for helping. Everything's beautiful if you look at it long enough...

      D Offline
      D Offline
      Darrell Long
      wrote on last edited by
      #2

      Your example has msado15.dll mispelled. Try this: #import "c:\Program Files\Common Files\System\ADO\msado15.dll" \ no_namespace rename("EOF", "EndOfFile") Darrell Long

      1 Reply Last reply
      0
      • M MemLeak

        Hi everybody! I'm new to ADO and I want to create an MFC Application using ADO for my database manipulation. So I started with an easy example. In the example, I need to write: #import "c:\Program Files\Common Files\System\ado\mmado15.dll" no_namespace rename("EOF", "EndOfFile") But that doesn't work! I have a error tolding me that WS.NET cannot find msado15.dll. So I looked at my path and make a research for it and I realize that msado15.dll do not exist. So where can I find it? thanks for helping. Everything's beautiful if you look at it long enough...

        S Offline
        S Offline
        Stephane Rodriguez
        wrote on last edited by
        #3

        msado15.dll is part of the MDAC[^] run-time.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups