I have an .asp page that sends a simple select statement to an oracle database and builds a table of the data returned. The Web Server is IIS on a win2k3 server. There are no table joins just selecting from one flat table. something really simple like "select lname, fname, mi from employees where status="A" and department='D' and jobtitle in ('A','B'). If I run the page in IE i get the correct 300 or so rows. If I run the page in Firefox it returns hundreds of rows. It appears that firefox is returning all records in the database table as if the where clause was having no effect at all. The table actually has about a million rows so i have never allowed firefox to run long enough to return all of them. Does anyone have any suggestions why the same page would act so different in firefox?