Hi all,

I've put this in global.asa:

<!-- METADATA
TYPE="typelib"
FILE="E:\Program Files\Common Files\System\ado\msado27.tlb"
-->

But I'm still getting "Variable is undefined: 'adCmdStoredProc' "

I've also tried using the UUID with a similar result.

Where can I start looking to troubleshoot this?

--
Sean.

Re: Why isn't METADATA include working? by Anthony

Anthony
Tue Nov 07 02:43:38 CST 2006


<Sean S - Perth>; "WA" <SeanSPerthWA@discussions.microsoft.com> wrote in
message news:92D54FD5-F5C9-4ABA-86B4-7A62E2CF809A@microsoft.com...
> Hi all,
>
> I've put this in global.asa:
>
> <!-- METADATA
> TYPE="typelib"
> FILE="E:\Program Files\Common Files\System\ado\msado27.tlb"
> -->
>
> But I'm still getting "Variable is undefined: 'adCmdStoredProc' "
>
> I've also tried using the UUID with a similar result.
>
> Where can I start looking to troubleshoot this?
>
> --
> Sean.

Try this:-
<!-- METADATA NAME="Microsoft ActiveX Data Objects 2.6 Library"
TYPE="TypeLib" UUID="{00000206-0000-0010-8000-00AA006D2EA4}" -->



Re: Why isn't METADATA include working? by SeanSPerthWA

SeanSPerthWA
Tue Nov 07 02:59:01 CST 2006

"Anthony Jones" wrote:
> Try this:-
> <!-- METADATA NAME="Microsoft ActiveX Data Objects 2.6 Library"
> TYPE="TypeLib" UUID="{00000206-0000-0010-8000-00AA006D2EA4}" -->

Thanks, I also found this:
http://classicasp.aspfaq.com/general/should-i-use-adovbs-inc-for-declaring-constants.html

Which didn't work at first but then it decided it was going to play nice and
is now working. I think the application may have recycled and that did but I
thought it was supposed to work when global.asa changed as well.

--
Sean.