%
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open "tablasweb"
sql = "SELECT * FROM noticias WHERE between(fecha,DATE()-10,DATE()) and titular <> ' ' order by fecha DESC, hora DESC "
Set NOTI = Conn.Execute(sql)
Set Conn2 = Server.CreateObject("ADODB.Connection")
Conn2.Open "emisores"
sql2 = "SELECT * FROM Emimhecr WHERE between(FX_Hecho,date()-10,date()) AND Bd_web=1 AND tx_espres <> ' ' ORDER BY Fx_hecho DESC"
Set HECHO = Conn2.Execute(sql2)
%>
| NOTAS
DE LOS INDICES
Dow Jones Global IndexesSM son compilados, calculados y
distribuidos por Dow Jones & Company, Inc. y han sido autorizado
para su uso. Todo el contenido The Dow Jones Global IndexesSM
2000 Dow Jones & Company, Inc
Fuente de información
del IPSA : Bolsa
de Comercio de Santiago |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<%
conn.close
conn2.close
set noti = nothing
set hecho = nothing%>