|
|
Using the SQL Select Statement in GoLive 6by Derry Thompson10/25/2002 A popular feature in Dynamic Content is providing some kind of search function, such as searching all data tables or searching all fields in a table. GoLive's Dynamic Content allows you to retrieve records from a data table using the match field routine -- a function that can be quite powerful. With a little knowledge of the SQL Setting Up a Standard Search.Set up a form to enter the search term. Drag a form element on to page, add a text field and name it "keyword", then add a submit button. Set the form method to
Next, set up the search results page. Drop a replace rows object on to the page underneath the form. Add a Dynamic Content object to the header, and set it to a data table.
Now add the search pattern. Select the
The search results page will look something like this.
You have set up a simple search and retrieve page.
|
|
|
|
|
||||||||