<%
Dim conexaodb
set rsSelecao = Server.CreateObject("ADODB.Recordset")
strSQL = "SELECT * FROM albumevento "
strSQL = strSQL & "ORDER BY codigo DESC"
call abreConexao
set rsSelecao = conexaodb.Execute(strSQL)
%>
Selecione por favor o álbum desejado: