Searching a SQL Database

S

Sondra

I am looking to execute a SQL query againt a hosted database then display the
results. This would let users seach our inventory. I can set up a static
query with database results, but I need to have users enter their search
string.

Can this be done? Any suggestions are greatly appresiated!

Thanks,
Sondra
 
S

Stefan B Rusynko

If you are using the DBRW that is exactly what you do
- set up a field that is searched
For some tips for using the DBRW see
http://spiderwebwoman.com/resources/dbrwtipsandtricks.asp

--

_____________________________________________
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 am looking to execute a SQL query againt a hosted database then display the
| results. This would let users seach our inventory. I can set up a static
| query with database results, but I need to have users enter their search
| string.
|
| Can this be done? Any suggestions are greatly appresiated!
|
| Thanks,
| Sondra
|
|
 
S

Sondra

Thank you! I must have glossed right over that?? Hummmmm.. :)

I appresiate you heading me in the right direction!

Sondra
 
Top