Subject Re: NON-Indexed Reads
Author Todd Brasseur
I have pin-pointed my problem.

I had deleted all my triggers but I had not deleted all my check
constraints (which Interbase creates triggers for). The problem was
with one check constraint that required an index. I now have to
change the Check Constraint so that it only checks when it needs to
and not everytime a record is changed.

Todd