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 Mike Lewis 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. dazedconfused

    ASP Select Variable

    Thanks, That worked great!!! I used this... Ordsql = " SELECT * FROM equipment WHERE contractnumber = '"&Request("var")&"' " I cant thank you enough, Ive been looking at this for days! Thanks so much!
  2. dazedconfused

    ASP Select Variable

    When I use: LIKE '%" & Request ("var")&"%' " It takes a couple of minutes and then I get: The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeout or by changing the value in the IIS...
  3. dazedconfused

    ASP Select Variable

    I am designing a web page that selects data form a pervasive database ver 7 When I run this: Ordsql = "SELECT * FROM equipment WHERE contractnumber LIKE '000000000000016' " It works, but when I try to use a variable sent form another page: Ordsql = "SELECT * FROM equipment WHERE...

Part and Inventory Search

Back
Top