% SQL = "Select count(*) as total FROM banners where desativado = true" set rs = objconexao.execute(SQL) total = rs("total") set rs = nothing %>