Using DataAssist Search Shows all records
When i access the results page directly or when i click the submit button on the search page without any search input, the results page shows all records and i want it to show none.
Using this in the code
$WADbSearch1_DefaultWhere = "0<>0";
produces this error
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '0<>0 ORDER BY unclassified.ad_post_date DESC' at line 1
thanks for your help,
Jim Balthrop