Home   Family   Softwares   Resume   Activities  

1. You must include the ADO Constants Include file in the .asp file by using a server-side include (SSI) statement.

If your primary scripting language is VBScript, the file you should include is named ADOVBS.INC. If you are using JScript�, you should include the file named ADOJAVS.INC.

You can include them in your .asp file by using the following:


      <!--#include virtual="/PROGRAM FILES/COMMON FILES/SYSTEM/ADO/
      ADOVBS.INC"-->or
<!--#include virtual="/PROGRAM FILES/COMMON FILES/SYSTEM/ADO/ADOJAVAS.INC"-->
 
Hosted by www.Geocities.ws

1