<%@ Language=VBScript %> <% Option Explicit dim conexion, registros dim sql set conexion= Server.CreateObject ("ADODB.connection") %> <% conexion.CursorLocation = 1 conexion.open set registros = Server.CreateObject ("ADODB.RECORDSET") registros.CursorLocation = 1 registros.CursorType = 2 registros.LockType = 3 %> Click para imprimir

 
CIEC Servicios en línea
 
Orientación en Comercio Exterior
    <% sql = "select top 5 * from ciec_exterior order by id desc" registros.Open sql,conexion,1 if not registros.bof and not registros.eof then do while not registros.eof %>
  • <%=registros("titulo")%>
  • <% registros.movenext loop end if registros.close %>

Orientación Tributaria

    <% sql = "select top 5 * from ciec_tributaria order by id desc" registros.Open sql,conexion,1 if not registros.bof and not registros.eof then do while not registros.eof %>
  • <%=registros("titulo")%>
  • <% registros.movenext loop end if registros.close %>
Orientación Laboral
    <% sql = "select top 5 * from ciec_juridica order by id desc" registros.Open sql,conexion,1 if not registros.bof and not registros.eof then do while not registros.eof %>
  • <%=registros("titulo")%>
  • <% registros.movenext loop end if registros.close %>

Orientación Cambiaria

    <% sql = "select top 5 * from ciec_cambio order by id desc" registros.open sql,conexion,1 if not registros.bof and not registros.eof then do while not registros.eof %>
  • <%=registros("titulo")%>
  • <% registros.movenext loop end if registros.close %>

Boletín de Licitaciones

    <% sql = "select top 5 * from ciec_licitacion order by cod desc" registros.open sql,conexion,1 if not registros.bof and not registros.eof then do while not registros.eof %>
  • <%=registros("titulo")%>
  • <% registros.movenext loop end if registros.close %>

ˇEmergencia Industrial!

    <% sql = "select top 5 * from ciec_posicion order by id desc" registros.open sql,conexion,1 if not registros.bof and not registros.eof then do while not registros.eof %>
  • <%=registros("titulo")%>
  • <% registros.movenext loop end if registros.close %>

 

Mas información: webmaster@hotmail.com Teléfono: +58 241 8385604

 

Tomado de www.ciec.org.ve - Si desea mas información escribanos a webmaster@ciec.org.ve