Tema: readcount
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 13/07/2002, 14:24
neo_sable
 
Fecha de Ingreso: julio-2002
Mensajes: 1
Antigüedad: 22 años, 10 meses
Puntos: 0
readcount

Dim MyValue, intTotalRecords
Set rs = Server.CreateObject("ADODB.Recordset")
sqlp="Select * From articulos "
rs.open sqlp, oConn,2,3
intTotalRecords = rs.RecordCount

mi pregunta es : por que sale intTotalRecords con -1 ?

gracias..