I have a website that wasn't finished and have a few errors that need fixing the first being huge if you try to sign up you get a system error: Module : _INC_dbConn.asp : openRSexecute(mySQL) Number : -2147217900 Page : /logreg.asp Desc : [Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement. along with a few other misc. errors throughout the site that I have found that need to be fixed asap. So please send me your rates, location, and resume. I have the source code via a ftp file so let me know if you need anything else to edit and fix it.
Please write sql string details. If you are using add data, included escaped character(example: ') You are replacing incoming values. Example: Set objadd = conn.execute("Insert Into tblusers(username) Values ('"&Replace(Request.form("txtuser"), "'", "''")&"')") Regards