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.

Re: Return an empty query result initially by Stefan

Stefan
Tue Jun 06 03:25:53 CDT 2006

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
_____________________________________________


"George" <George@discussions.microsoft.com> wrote in message news:571F6E51-229A-4896-AF92-CE474BA37FA9@microsoft.com...
|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.



Re: Return an empty query result initially by George

George
Tue Jun 06 11:05:02 CDT 2006

Thanks Stefan.

"Stefan B Rusynko" wrote:

> 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
> _____________________________________________
>
>
> "George" <George@discussions.microsoft.com> wrote in message news:571F6E51-229A-4896-AF92-CE474BA37FA9@microsoft.com...
> |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.
>
>
>