joey o.
Oct 9th, 2000, 10:40 AM
I'm not familiar with how to do this in ASP. Can any one help. ASP tells me there should be a closing parenthesis at "ID" (ISSUENUM1 is a column in the table):
<%
Dim Connect, Query, var
Set Connect = Server.CreateObject("ADODB.Connection")
Connect.Open "NewSite"
Set Query = Connect.Execute ("Select * from Tracking where "ID" = Query("ISSUENUM1"))
do until Query.EOF
stuff
loop
%>
<%
Dim Connect, Query, var
Set Connect = Server.CreateObject("ADODB.Connection")
Connect.Open "NewSite"
Set Query = Connect.Execute ("Select * from Tracking where "ID" = Query("ISSUENUM1"))
do until Query.EOF
stuff
loop
%>