Ver Mensaje Individual
  #5 (permalink)  
Antiguo 22/11/2005, 07:31
Avatar de Hereje
Hereje
 
Fecha de Ingreso: junio-2002
Ubicación: Córdoba, Argentina
Mensajes: 439
Antigüedad: 22 años, 11 meses
Puntos: 2
Y si pruebas con esto también te da mal?

sumSQL = "SELECT SUM(PRECIO) FROM ARTICULOS"
set rs = con.execute(sumSQL)
precio = rs.getrows
rs.close
response.write(cstr(precio(0,0)))

Una variante.
__________________
Sergio