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