% set Conn = Server.CreateObject("ADODB.Connection") Conn.open CDSN query = "SELECT idPastMaster, nome, anoinicio, anofim FROM PastMasters ORDER BY anofim DESC" set RS = Conn.execute (query) %>
|
<%
if RS.EOF then
Response.write(" Não há Past-Master disponível. ") else while (not RS.EOF) %>
") wEnd end if %> |
||||||||||||