Return an empty query result initially

G

George

I have a asp page built with the Insert/Database/results which queries an SQL
file. I have placed one search field at the top of the page for user to
submit a "LIKE" search on customer names. When you first navigate to the
page, it returns all customers in the database. I would like for the results
to be NULL until the user submits a name via the search field.
 
S

Stefan B Rusynko

See http://spiderwebwoman.com/resources/dbrwtipsandtricks.asp#return

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I have a asp page built with the Insert/Database/results which queries an SQL
| file. I have placed one search field at the top of the page for user to
| submit a "LIKE" search on customer names. When you first navigate to the
| page, it returns all customers in the database. I would like for the results
| to be NULL until the user submits a name via the search field.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top