Need an .asp Programmer ASAP

Discussion in 'Programming' started by coopersPick, Dec 22, 2009.

  1. #1
    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.
     
    coopersPick, Dec 22, 2009 IP
  2. sbglobal79

    sbglobal79 Banned

    Messages:
    724
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    55
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    this site is working . we have checked your sign - up form.
     
    sbglobal79, Feb 25, 2010 IP
  3. oliver_ajans

    oliver_ajans Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    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
     
    oliver_ajans, Mar 6, 2010 IP