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. Detecting MDAC version

Detecting MDAC version

Scheduled Pinned Locked Moved Database
sysadmintutorialquestionannouncement
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.
  • T Offline
    T Offline
    Thesisus
    wrote on last edited by
    #1

    Does anyone know how to detect what MDAC version a server is running?

    B M 2 Replies Last reply
    0
    • T Thesisus

      Does anyone know how to detect what MDAC version a server is running?

      B Offline
      B Offline
      Bo Hunter
      wrote on last edited by
      #2

      RegistryKey key = Registry.LocalMachine.OpenSubKey( @"SOFTWARE\Microsoft\DataAccess" ); string version = key.GetValue( "FullInstallVer", "0.0.0.0" ) as string; key.Close(); All this kind of stuff is on MSDN. Bo Hunter

      1 Reply Last reply
      0
      • T Thesisus

        Does anyone know how to detect what MDAC version a server is running?

        M Offline
        M Offline
        Mike Dimmick
        wrote on last edited by
        #3

        Programmatically, or for diagnostic purposes? For diagnostics, use the MDAC Component Checker[^]. The snapshots included with the tool can be somewhat misleading - I don't think I've ever had any system installation, including a completely clean install, report no errors with this tool. But it'll make a fairly good identification.

        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