site being hosted at another location.
Hello, and thanks in advance. I currently use the adovbs.inc on my web site for pages that are used to call my recordsets. I read where it would be smarter to include the msado15.dll in my Global.asa file as a METADATA TYPE.
The example they use in the book is:
<!-- METADATA TYPE="typelib" FILE="C:\Program Files\Common Files\System\ado\msado15.dll" -->
Since the file will be on my hosting server not my local machine I assume that path will not work? Currently I use the following on the top of my pages to utilize the ADO Constants:
<!--#include virtual="adovbs.inc" -->
I assume I would make my path similar in the above file but I keep getting an error message that the file cannot be loaded. I uploaded the file msado15.dll to my root directory of my site. Can someone explain how to properly implement the dll I want to do this correctly.
Thank You!
Life's a journey enjoy the ride...
jazzz
Hello, and thanks in advance. I currently use the adovbs.inc on my web site for pages that are used to call my recordsets. I read where it would be smarter to include the msado15.dll in my Global.asa file as a METADATA TYPE.
The example they use in the book is:
<!-- METADATA TYPE="typelib" FILE="C:\Program Files\Common Files\System\ado\msado15.dll" -->
Since the file will be on my hosting server not my local machine I assume that path will not work? Currently I use the following on the top of my pages to utilize the ADO Constants:
<!--#include virtual="adovbs.inc" -->
I assume I would make my path similar in the above file but I keep getting an error message that the file cannot be loaded. I uploaded the file msado15.dll to my root directory of my site. Can someone explain how to properly implement the dll I want to do this correctly.
Thank You!
Life's a journey enjoy the ride...
jazzz