% action = request.querystring("action") if action = "Delete" then prod_id = request.querystring("prod_id") qryDel = "delete from products where prod_id = "& prod_id &"" set rsDel = conn.execute(qryDel) set rsDel = nothing end if %>