Hi All,
I have the following script:
<%
Dim connectAdd
Dim recstAdd
Dim SQL
Dim strProjID1, strProjID2, strProjID3, strProjID4, strProjID5
Dim strFeature1, strFeature2, strFeature3, strFeature4, strFeature5
%>
<%
Set connectAdd = Server.CreateObject("ADODB.Connection")...