Ver Mensaje Individual
  #3 (permalink)  
Antiguo 22/02/2003, 17:32
Avatar de mrgubu
mrgubu
 
Fecha de Ingreso: febrero-2002
Ubicación: Granada
Mensajes: 431
Antigüedad: 23 años, 2 meses
Puntos: 2
mmm.........

Creo que es más fácil así:

Set RS = Server.CreateObject("ADODB.Recordset")
strSQL= "SELECT Count(*) As numeroderegistros from tabla"
RS.Open strSQL, strCon, 3
noenlaces= RS("noenlaces")
RS.Close

Response.Write numeroderegistros