If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > ado type library

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-01-04, 18:12
-Dman100- -Dman100- is offline
Registered User
 
Join Date: Jan 2004
Posts: 124
ado type library

I've created a global.asa file so I can use the ADO type library throughout my web application. Does the ADO type library path need to be within the script tags or outside of the script tags in the global.asa file?

Example outside the script tag:

<!-- METADATA TYPE="typelib" FILE="C:\Program Files\Common
Files\System\ado\msado15.dll" -->
<script language="VBScript" RUNAT="Server">
blah...blah...
</script>

Example inside the script tag:

<script language="VBScript" RUNAT="Server">
<!-- METADATA TYPE="typelib" FILE="C:\Program Files\Common
Files\System\ado\msado15.dll" -->
blah...blah...blah
</script>

Is there another way to include the ADO type library within the globabl.asa other than the absolute path?

Thanks for any input.
-Dman100-
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On