admin
05-30-2003, 07:51 AM
IIS 5.0 allows you to bind your asp pages to one central point, globally. This means no more include files for adovbs.inc !
The following will bind the ADO 2.5 type library to all your asp pages. Just add this to your global.asa file...
<!-- METADATA NAME="Microsoft ActiveX Data Objects 2.5 Library"
Type="TypeLib" UUID="{00000205-0000-0010-8000-00AA006D2DA4}" -->
This is so much more convenient, no?
The following will bind the ADO 2.5 type library to all your asp pages. Just add this to your global.asa file...
<!-- METADATA NAME="Microsoft ActiveX Data Objects 2.5 Library"
Type="TypeLib" UUID="{00000205-0000-0010-8000-00AA006D2DA4}" -->
This is so much more convenient, no?