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...
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...
GRRRRRRRR, don't you just hate it when you figure out the answer just after you ask the question. I made a stupid mistake and was not getting the right variable passed from the previous page. It all works now.
Later,
Travis
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.