codice:
strsql=" INSERT INTO Banca ( NomeIstitutoBancario, FilialeBanca, ABI, CAB, CIN, NUMCONTO, PartitaIvaCliente, Note)"
strsql=strsql&" VALUES ('"&NomeIstitutoBancario&"','"&FilialeBanca&"','"&ABI&"','"&CAB&"','"&CIN&"','"&NUMCONTO&"','"&PartitaIvaCliente&"','"&Note&"');"

response.write strsql : response.end 

objconn.execute (strsql)
prova un po' a vedere cosa c'è scritto