Yes - including the adovbs.inc file means exactly that. The adovbs.inc file
is cut and pasted into your other asp page, making it quite a bit larger.
This larger page is what gets cached by IIS - meaning your cache fills up
quicker, and more memory is allocated to maintaining the cache...
<meta> tag is better if you can use it.
Cheers
Ken
----- Original Message -----
From: "Arbon Reimer" <arbon_reimer@h...>
To: "ASP Databases" <asp_databases@p...>
Sent: Thursday, January 25, 2001 6:42 PM
Subject: [asp_databases] msado15.dll vs adovbs.inc
> Any real difference between using the <METADATA> tag with the MSADO15.dll
> and using the adovbs.inc file?