codice:
objConn.Execute("INSERT INTO tbl_genitori(comunicazione, compiti, attivita, rispetto, piacere, clima, attenzione, proposta1, proposta2, commento)VALUES('" & replace(Request.Form("comunicazione"), "'", "''") & "','" & Request.Form("compiti") & "','" & Request.Form("attivita") & "','" & Request.Form("rispetto") & "', '" & Request.Form("piacere") & "','" & Request.Form("clima") & "','" & Request.Form("attenzione") & "','" & Request.Form("proposta1") & "','" & Request.Form("proposta2") & "','" & Request.Form("commento") & "');")
Te l'ho indicato in grassetto... Lo devi fare per tutti i valori che andranno a finire in campi di tipo testo.
Roby