codice:
strSql = " SELECT COUNT(*) as numeroMessaggi FROM messaggi WHERE id_desti='"&intUser&"'"
 
set rs = Conn.Execute(strSql)
dim intTotali
intTotali = rs("numeroMessaggi")
rs.close
 
conn.close
set rs = nothing
set comm = nothing
set conn = nothing

'RIGA CON ERRORE
intTotali = int(intTotali)
l'ultima riga mi da l'errore riportato nel titolo.

il CursorLocation è impostato a 3....quale può essere il problema?? :master: