Provando a modificare un messaggio nel mio forum asp ho il seguente errore:

Microsoft OLE DB Provider for ODBC Drivers error '80040e14'

[MySQL][ODBC 3.51 Driver][mysqld-5.0.45-community-log]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1

/forum/post.asp, line 319
alla linea 319 del file post.asp c'è


Codice PHP:
    strSql "SELECT M.M_NAME, R.R_AUTHOR, R.R_SIG, R.R_MESSAGE "
317        strSql strSql " FROM " strMemberTablePrefix "MEMBERS M, " strActivePrefix "REPLY R "
318        strSql strSql " WHERE M.MEMBER_ID = R.R_AUTHOR AND R.REPLY_ID = " strRqReplyID
319        set 
my_Conn.Execute (strSql)
    
strAuthor rs("R_AUTHOR"
Qualcuno sa da cosa possa dipendere il problema?
Grazie in anticipo...