<% printDebug() %> <% 'Fine pagina %> <% ' FraTac chiude tutti i recordset attivi Response.Flush() if not isEmpty(Alberghi1) then Alberghi1.Close() Set Alberghi1 = Nothing end if if not isEmpty(rsItinerario) then rsItinerario.Close() Set rsItinerario = Nothing end if if not isEmpty(rsTabItinerari) then rsTabItinerari.Close() Set rsTabItinerari = Nothing end if if not isEmpty(rsComune) then rsComune.Close() Set rsComune = Nothing end if if not isEmpty(rsComuni) then rsComuni.Close() Set rsComuni = Nothing end if if not isEmpty(rsTipologia) then rsTipologia.Close() Set rsTipologia = Nothing end if if not isEmpty(rsFoto) then rsFoto.Close() Set rsFoto = Nothing end if if not isEmpty(rsAnnunci) then rsAnnunci.Close() Set rsAnnunci = Nothing end if if not isEmpty(Vacanza) then Vacanza.Close() Set Vacanza = Nothing end if if not isEmpty(newstop) then newstop.Close() Set newstop = Nothing end if %>