Dunque ...

codice:
codice = CLng(request.QueryString("code"))
			
set Iscritti = Server.CreateObject("ADODB.Recordset")
sql = "select * from Iscritti where codice =" & codice_confronto
Iscritti.ActiveConnection = cn
Iscritti.Open sql, cn
ne con cint e ne con CLong

IL CAMPO NEL db è TESTO
e il numero è una cosa simile a = 8310983117116507383109831171165073

l'errore è:
Microsoft VBScript runtime error '800a0006'

Overflow: 'CLng'