codice:
set my_conn= Server.CreateObject("ADODB.Connection")
my_Conn.Open ConnString
sSQL = "SELECT Count(*) FROM Topics" 
set conto = my_Conn.Execute (sSQL) 
TotalCount = conto("Topics") 
response.write TotalCount
l'errore è :
codice:
ADODB.Recordset error '800a0cc1' 

Item cannot be found in the collection corresponding to the requested name or ordinal. 

/forum.asp, line 28

la linea in rosso è la 28

Scusate ma di asp non mi ricordo una ceppa