Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Forecaster71

  1. Forecaster71

    Replacing symbols in SQLQuery

    You can check the page in question here: http://darkestdarkness.somee.com/index.htm I'm using ASP pages with Javascript and SQL
  2. Forecaster71

    Replacing symbols in SQLQuery

    I could do that... but I want it to do it automatically so my users don't have to think about it.
  3. Forecaster71

    Replacing symbols in SQLQuery

    If a string that is going from a text area in a database contains ' the SQLquery is interrupted. To avoid this I have to replace this ' with another symbol that does not affect the SQLquery. How do I accomplish this?
  4. Forecaster71

    missing semicolon!

    Thankyou ^^ Now it works.
  5. Forecaster71

    missing semicolon!

    What should I do if I where to use UPDATE instead? I haven't used that mutch...
  6. Forecaster71

    missing semicolon!

    The SQL query contains: QLQuery = "INSERT INTO users(userAbout) VALUES ('"&info&"') WHERE userID = "&Request.Cookies("Database")("userID")&
  7. Forecaster71

    missing semicolon!

    I get an error that I cannot solve. As far as I know it should not be there this is the row: Set rsUser = objConnection.Execute(SQLQuery) should there be a semicolon and if so where?

Part and Inventory Search

Back
Top