Tutte le liste
<%
set rstB=Server.CreateObject("adodb.recordset")
sqlB="SELECT * FROM BANNER_ONLINE where ID_BANNER_PAGINE=22 and ID_BANNER=1"
rstB.open sqlB, cnlive, 3, 3
if rstB.eof=false then
response.write rstB("BANNER_ONLINE")
end if
rstB.close
set rstB=nothing
%>