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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. forty7

    ASP Insert single-quotation character error

    Because single quotes are special characters in SQL (they're used to begin and end a string), you must overload them if you're using them within a string. The way I handle this is to run a little function that takes a string and replaces single quotes with two single quotes. Think of it like...

Part and Inventory Search

Back
Top