kjohnson530
IS-IT--Management
I'm trying to do a search of my sql database via a stored procedure.
I have a asp page with a search field (txtsearch) and a button on it.
I'm interested in conecting to a stored procedure to search for specific data, I then wish to display that data in another page.
I've created my SP which is working in SQL. I've created a binding in Dreaweaver to this stored procedure (which also appears to be working).
I trided pulling my bound fields onto the page to see if it would display them when a keyword is entered and the button pressed. but nothing happens.
The question then is how do I take the user input from the textbox, call the SP, and then display the data on a details page?
I h
I have a asp page with a search field (txtsearch) and a button on it.
I'm interested in conecting to a stored procedure to search for specific data, I then wish to display that data in another page.
I've created my SP which is working in SQL. I've created a binding in Dreaweaver to this stored procedure (which also appears to be working).
I trided pulling my bound fields onto the page to see if it would display them when a keyword is entered and the button pressed. but nothing happens.
The question then is how do I take the user input from the textbox, call the SP, and then display the data on a details page?
I h