Ver Mensaje Individual
  #8 (permalink)  
Antiguo 04/06/2004, 11:26
fercom
 
Fecha de Ingreso: septiembre-2003
Ubicación: Lima Peru
Mensajes: 70
Antigüedad: 21 años, 7 meses
Puntos: 0
hola briam pero en mi pag no hay ningun execute mi conexion creo es

Código HTML:
<%
Dim Registro_Notas
Dim Registro_Notas_numRows

Set Registro_Notas = Server.CreateObject("ADODB.Recordset")
Registro_Notas.ActiveConnection = MM_ConCapacitacion_STRING
Registro_Notas.Source = "SELECT *  FROM dbo.RegistroNotas  WHERE Id_Empleado = '" + Replace(Registro_Notas__MMColParam, "'", "''") + "'  ORDER BY Substring(Fecha,7,4) Desc, Substring(Fecha,4,2) Desc,Substring(Fecha,1,2) Desc"
Registro_Notas.CursorType = 0
Registro_Notas.CursorLocation = 2
Registro_Notas.LockType = 1
Registro_Notas.Open()

Registro_Notas_numRows = 0
%> 
__________________
Fernando Parodi