%@ Language=VBScript %> <% Option Explicit dim conexion, registros dim sql set conexion = Server.CreateObject ("ADODB.connection") %><% conexion.CursorLocation = 3 conexion.open set registros = Server.CreateObject ("ADODB.RECORDSET") registros.CursorLocation = 2 registros.CursorType = 2 registros.LockType = 3 sql = "select * from ciec_titulareshistorial where id='"&request("clave")&"'" registros.open sql,conexion,1 %>
| Fuente: | <%=registros("fuente")%> | |||
| Fecha: | <%=registros("fecha")%> | |||
| Periodista: | <%=registros("periodista")%> | |||
| Dirigido a <%=registros("dirigido")%> | ||||
|
Artículo:
|
|
|||
|
|
||||