ADO 2.8 UUID (for use with ASP on Windows 2003)

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

  1. #1

    Default ADO 2.8 UUID (for use with ASP on Windows 2003)

    What is the UUID associated with ADO 2.8?
    The most current one I've found for use with ASP is:

    <!--METADATA TYPE="typelib"
    UUID="EF53050B-882E-4776-B643-EDA472E8E3F2"
    NAME="Microsoft ActiveX Data Objects 2.7 Library" -->

    I'm moving some stuff over to a Windows 2003 server and figured I'd
    update the information since it's using ADO 2.8. Unfortunately, I
    couldn't find the information at msdn.microsoft.com or anywhere else
    for that matter.

    Josh
    Josh Hillman Guest

  2. Similar Questions and Discussions

    1. Are hash rules available in Windows 2000, or is this something new that comes with Windows Server 2003?
      Experts, We run a native-mode Windows 2000 single domain. We want to create a Group Policy object (GPO), perhaps named Software Restrictions, to...
    2. Windows Server 2003 member in Windows 2000 domain
      At a primary school where I sometimes aid in the network administration we are going to add a file server to our existing network. Currently the...
    3. Windows 2003 Server can't see members of Windows 2000 Domain
      Hi there, The problem I have is quite straight-forward to describe: I have an existing Windows 2000 domain to which I've recently added a new...
    4. Licensing modes in Windows 2000 and Windows 2003 Servers
      Can anybody help me to understand the exact differences between the licensing modes of Windows 2003 Server? What are the differences between...
    5. Explorer Search (F3) find a text/keyword in files is defect in Windows XP SP1 und Windows 2003 Server
      Is this issue known? And do anybody knows, if there is an Microsoft update is available? (no hint in Microsoft Updates) Or do anybody know a real...
  3. #2

    Default Re: ADO 2.8 UUID (for use with ASP on Windows 2003)

    Look in your computer's registry, the CSLID is stored there.

    -or-

    You can use a path instead, ala:

    <!-- METADATA TYPE="TypeLib" FILE="C:\Program Files\Common
    Files\system\ado\msado15.dll" -->

    provided that c:\ is your boot partition (the one that holds your Windows
    installation directory). the above will work for any version of MDAC from
    v1.5 through to v2.8

    Cheers
    Ken


    --
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    "Josh Hillman" <hillman@N0-SPAM-polaris.net> wrote in message
    news:0eepovg9ohhgks43s5ulv18k2r4kl0142i@4ax.com...
    : What is the UUID associated with ADO 2.8?
    : The most current one I've found for use with ASP is:
    :
    : <!--METADATA TYPE="typelib"
    : UUID="EF53050B-882E-4776-B643-EDA472E8E3F2"
    : NAME="Microsoft ActiveX Data Objects 2.7 Library" -->
    :
    : I'm moving some stuff over to a Windows 2003 server and figured I'd
    : update the information since it's using ADO 2.8. Unfortunately, I
    : couldn't find the information at msdn.microsoft.com or anywhere else
    : for that matter.


    Ken Schaefer Guest

  4. #3

    Default Re: ADO 2.8 UUID (for use with ASP on Windows 2003)

    I found the UUID based on the following registry entry:

    HKLM\SOFTWARE\Classes\Typelib\{2A75196C-D9EB-4129-B803-931327F72D5C}\
    2.8\(Default) = Microsoft ActiveX Data Objects 2.8 Library

    <!--METADATA TYPE="typelib"
    UUID="2A75196C-D9EB-4129-B803-931327F72D5C"
    NAME="Microsoft ActiveX Data Objects 2.8 Library"-->

    Josh


    On Tue, 14 Oct 2003 23:07:57 -0400, Josh Hillman
    <hillman@N0-SPAM-polaris.net> wrote:
    >What is the UUID associated with ADO 2.8?
    >The most current one I've found for use with ASP is:
    >
    ><!--METADATA TYPE="typelib"
    >UUID="EF53050B-882E-4776-B643-EDA472E8E3F2"
    >NAME="Microsoft ActiveX Data Objects 2.7 Library" -->
    >
    >I'm moving some stuff over to a Windows 2003 server and figured I'd
    >update the information since it's using ADO 2.8. Unfortunately, I
    >couldn't find the information at msdn.microsoft.com or anywhere else
    >for that matter.
    >
    >Josh
    Josh Hillman 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