<%sql = "select * from ciec_rueda where (oferta='0' or oferta='2') and status='1' order by categoria"
registros.open sql,conexion,1
if not registros.bof and not registros.eof then
do while not registros.eof%>
<%texto_var=registros("producto")
largo=len(texto_var)
for i=1 to largo
caracter=mid(texto_var,i,1)
Response.Write(caracter)
if asc(caracter)=13 then
Response.Write(" ")
end if
next%>
Empresa: <%=registros("nombre")%>
Contacto: <%=registros("contacto")%>
Teléfono: <%=registros("telefono")%>
Correo: <%=registros("email")%>
<%registros.movenext
loop
else%> No hay requerimientos
<%end if
registros.close
set registros = Nothing
conexion.close
set conexion = Nothing%>
Tomado del sitio web de la CIEC - mas información
en www.ciec.org.ve