Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][Driver ODBC Microsoft Access] Errore di sintassi (operatore mancante) nell'espressione della query 'email = pippo@pippo.it'.
/form_recovery_pwd.asp, line 108
-------------------------------------------------------------------
che_email = request.form("email")
sSql = "SELECT * FROM t_utenti Where email = " & che_email
RESPONSE.WRITE("<HR>" & sSql & "<HR>")
rs_even.OPEN sSql, dbPrimo
----------------------------
SAPRESTE AIUTARMI ?
GRAZIE

Rispondi quotando