I'm building a search page using dreamweaver Ultradev, and it needs an SQL query string to search the database. My problem is this.
The current query string
only returns results which exactly match the query. How do I return results which include the query?Code:Select from Search where sHeader like '%Header&'
THX




Reply With Quote