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 derfloh 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: *

  • Users: gouber82
  • Content: Threads
  • Order by date
  1. gouber82

    Stored Procedure Inserts Twice

    I have a web page that I want to insert keywords into a database when they do a search. The problem is when a search is done, the keyword is inserted. When another search is done both the old keyword and a new keyword are inserted. I have the following stored procedure and code ... CREATE...
  2. gouber82

    SQL Search

    I have this web page that does a search in a database. I want it to search for keywords in three columns. As far as I can tell it does this. It looks like the query is not getting the whole database though. The code uses a stored procedure that is pasted at the bottom. I have gone into the...
  3. gouber82

    Trouble with if-then-else stuff

    I have simplified my code to what is below, I am trying to have nested if statements. You can see that I have 3 levels basically. I have the end if statements for each block of if statements, but I think that the server is still reading them as one if statement. I have tried {}, but asp does...

Part and Inventory Search

Back
Top