Ask a Question related to ASP Database, Design and Development.
-
Josh Hillman #1
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
-
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... -
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... -
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... -
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... -
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... -
Ken Schaefer #2
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
-
Josh Hillman #3
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.
>
>JoshJosh Hillman Guest



Reply With Quote

