Andreas Kviby has created a new, complete version of ADOVBS.INC that includes all the constants through ADO 2.1. You can download this file, for free, at this URL:
<a href="http://www.aspsweden.com/manual/adovbs21.asp.txt">http://www.aspsweden.com/manual/adovbs21.asp.txt</a>
Of course, you can also use the METALIB tip from earlier. This lets you reference the DLL in your ASP so that you don’t have to include the large list of constants. Here’s the code you can use to do this:
<!-- METADATA TYPE="typelib" FILE="C:\Program files\Common Files\System\ado\msado15.dll" -->
This will reference the ADO DLL on your web server. You’ll need to make sure the DLL is located where this code references, but this is the standard install directory for the library. Using this method saves you from having to load the adovbs.inc file into every ASP page.