-2
ADODB.Recordset error '800a0e79'
Operation not allowed when the object is open.
/intranet/portal/sistemas/MAN6/includes/inc_cmbDropSituacaoReserva.Asp, line 12
<%
sql="select id, nome from matricula_online.situacoes"
ql=sql & " order by nome"
RS.OPEN SQL, CONN
%> Select... <% bolExisteComp = false IF RS.EOF = FALSE THEN while not rs.eof if cstr(intCodReserva) = cstr(rs("id")) then strSelected = "Selected" Else strSelected = "" end if Response.write "" & rs("name") & " " & vbcrlf rs.movenext Wend END IF rs close. %>