I have run into an ODBC bug, where the driver is not properly filtering out records with NULL values in the WHERE clause. Since I cannot, yet update to a newer version of ODBC which I'm sure corrects this bug (we are using ODBC 1.5), I would like to use PHP as a work around to remove the records with NULL values in the particular field. What would be the easiest way to do this?
Best regards,
Bruce