<% rst.close
set rst = nothing
set rst = Server.CreateObject("ADODB.Recordset")
sqltext = "Select * from institucional where entidad='Natural' ORDER BY SIGLA"
rst.open sqltext,cnn,3,3,1
while not rst("id")=codigo
rst.movenext
wend
if rst.bof then
else
rst.moveprevious
end if
if rst.bof then
rst.movenext
end if
%>
" class="cristhian">Anterior