<%Dim rstSet rst = Server.CreateObject("ADODB.Recordset")Dim strSQLDim varListvarList = Request.QueryString("ProdCats")strSQL = "SELECT CategoryName, Description, CategoryID "strSQL = strSQL & "From Categories WHERE CategoryID = " & varListrst.Open strSQL, "DSN=NorthWindDSN"%>
This record is available for updating.
Click Next for amend.asp








