%
Function ItDate(data)
ItDate = Day(data)&"/"&Month(data)&"/"&Year(data)
End Function
set rs=cn.execute("SELECT * FROM news ORDER by data DESC")
%>
Assisi Mosaic
<%
'** CHIUSURA QUERY
On Error Resume Next
rs.close
Set rs = nothing
rs1.close
Set rs1 = nothing
rs2.close
Set rs3 = nothing
cn.close
Set cn = nothing
on error goto 0
%>