
03/04/2004, 04:49
|
 | | | Fecha de Ingreso: noviembre-2002 Ubicación: Madrid
Mensajes: 854
Antigüedad: 22 años, 5 meses Puntos: 0 | |
¿La cantidad de registros?
strSQL = "SELECT COUNT(ID) AS intNumReg FROM TABLA_DATOS"
set myrecordset = myconn.execute(strSQL)
response.write myrecordset(intNumReg)
myrecordset.close
set myrecordset = nothing |