Forums
This topic is locked
recordset test
10 Aug 2001 23:29:46 David Fee posted:
I'm using UD, PHP, and a Postgres db. The db connection works and a simple php helloworld works also. However, when I try to create search and results pages, my recordset comes back empty. My search page has a form with a textbox called txtVendorId that uses the POST method to send the variable to the results page. When I'm creating the results page and defining the recordset in the recordset setup box, the test comes back empty. My "filter" is set to vendor_id that "contains" "PHP variable" "$txtVendor". I tried using "form variable", but that didn't work. What else could be wrong? Any help would be greatly appreciated.Thanks,
Dave