Ver Mensaje Individual
  #4 (permalink)  
Antiguo 22/07/2003, 14:39
Acostag
 
Fecha de Ingreso: noviembre-2002
Ubicación: Monterrey N.L. Mexico
Mensajes: 141
Antigüedad: 22 años, 6 meses
Puntos: 0
Gracias RootK.... ya lo Integre sobre las Lineas de BD..

pero ahora me marca este error.

ADODB.Recordset error '800a0e78'
The operation requested by the application is not allowed if the object is closed.



****** este es mi codigo...******

Response.Buffer = true
Dim miconexion, mirecordset, micomando, total, cantidad, rs
Set miconexion = Server.CreateObject("ADODB.Connection")
miconexion.Open "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ="& Server.MapPath("/Benavides/DB/Benavides.mdb")
Set micomando = Server.CreateObject("adodb.command")
Set rs = Server.CreateObject("adodb.recordset")
micomando.ActiveConnection = miconexion



Saludos