% emp_id = request.querystring("emp_id") qryEdit = "select * from employments where emp_id = "& emp_id &"" set rsEdit = conn.execute(qryEdit) %>