Ciao a tutti, ho dei prob con questo codice, non riesco a capire dove sia l'errore
ho provato un pò in tutte le maniere, ma niente.
Mi restituisce sempre

Microsoft JET Database Engine (0x80040E14)
Errore di sintassi nell'istruzione UPDATE.
scrivi.asp, line 289

Qualcuno ha dei suggerimenti?

Grazie 1000
Andrea

codice:
objConn.Execute ("UPDATE links SET title = '" & TSQLEncode(Request.Form("title")) _
& "', url = '" & Request.Form("url")_
& "', description  = '" & TSQLEncode(Request.Form("description"))_
& "', logo = '" & Request.Form("logo")_						
& "', note = '" & Request.Form("note")_					
& "', telefoni = '" & Request.Form("telefoni")_
& "', stelle = '" & Request.Form("stelle")_
& "', hits = " & Request.Form("hits")_
& ", subcat = " & Request.Form("subcat")_
& ", catid = " & Request.Form("catid")_
& ", email = '" & Request.Form("email")_
& "', emailopt = " & Request.Form("emailopt")_
& ", popular = " & Request.Form("popular")_
& ", votes = " & Request.Form("votes")_
& ", rating = " & Request.Form("rating")_
& ", recipurl = '" & Request.Form("recipurl")_
& "', comments = '" & TSQLEncode(Request.Form("comments"))_
& "', contact = '" & SQLEncode(Request.Form("contact"))_
& "', keyword = '" & SQLEncode(Request.Form("keyword"))_
& "', gps = '" & Request.Form("gps")_
& "', long = '" & Request.Form("long")_
& "', userid = " & Request.Form("userid")_
& ", avvertenza = '" & TSQLEncode(Request.Form("avvertenza"))_
& "', booking = '" & TSQLEncode(Request.Form("booking"))_
& "', inglese = '" & TSQLEncode(Request.Form("inglese"))_			
& "', tedesco = '" & TSQLEncode(Request.Form("tedesco"))_
& "', olandese = '" & TSQLEncode(Request.Form("olandese"))_
& "', webcam = '" & TSQLEncode(Request.Form("webcam"))_
& "', intestazione = '" & TSQLEncode(Request.Form("intestazione"))_
& "', active = " & myTrue & ", datein = '"& date &"', linktype = " & Request.Form("linktype") & " WHERE linkid = " & Request.QueryString("linkid") & ";")