G
George Hester
I put the following in the global.asa which is on the root of the web at the top of the asa file:
<!--METADATA TYPE="typelib" UUID="EF53050B-882E-4776-B643-EDA472E8E3F2" NAME="ActiveX Data Objects 2.7 Library" -->
It's not working. I put the following in an ASP located in a folder which is an application folder but not a Virtual Directory and is an immediate child of the root of the web.
<!--METADATA TYPE="typelib" UUID="EF53050B-882E-4776-B643-EDA472E8E3F2" NAME="ActiveX Data Objects 2.7 Library" -->
It works.
The test is:
<%
Response.Write adOpenDynamic
%>
Can someone explain what I am doing wrong here? I thought it did work at one time. Do I need to put a global.asa in this application folder? I thought there was a bubbling-up or trickle-down of the global.asa not sure what it is called. Thanks.
<!--METADATA TYPE="typelib" UUID="EF53050B-882E-4776-B643-EDA472E8E3F2" NAME="ActiveX Data Objects 2.7 Library" -->
It's not working. I put the following in an ASP located in a folder which is an application folder but not a Virtual Directory and is an immediate child of the root of the web.
<!--METADATA TYPE="typelib" UUID="EF53050B-882E-4776-B643-EDA472E8E3F2" NAME="ActiveX Data Objects 2.7 Library" -->
It works.
The test is:
<%
Response.Write adOpenDynamic
%>
Can someone explain what I am doing wrong here? I thought it did work at one time. Do I need to put a global.asa in this application folder? I thought there was a bubbling-up or trickle-down of the global.asa not sure what it is called. Thanks.