%@LANGUAGE="VBSCRIPT"%> <%Response.buffer = true%>
![]()
![]()
<%
if session("acceso_dir") = 0 then
response.write ("Usted no puede ingresar a esta opcion!!!")
response.end
end if
rst.addnew
rst("sigla")="ESCRIBA LOS DATOS"
rst("rubro")="1"
rst("entidad")="Natural"
rst.update()
rst.close
set rst = nothing
set rst = Server.CreateObject("ADODB.Recordset")
sqltext = "Select * from institucional Where [sigla] = 'ESCRIBA LOS DATOS' "
rst.open sqltext,cnn,3,3
if rst.eof and rst.bof then
'response.write("Escoga un rubro para empezar"+id_rub)
end if
idi = rst("id")
%>