Si lo que quieres es que se cierren y olvidarte de que pasa despues...segun yo quedan cargadas en el servidor pero no se que tanto tiempo
de cualquier forma puedes cerrarlas asi
Código HTML:
sql = "select * from colegio"
Set dato = Server.CreateObject("ADODB.Connection")
dato.open "colegio"
set conexion = dato.execute(sql)
if conexion.eof then fin="si"
conexion.close
set conexion = nothing
dato.close
set dato = nothing
if fin="si" then
response.redirect "error.asp?msg=No hay colegios disponibles"
end if