pq12721.st STATIC/DYNAMIC FETCHNEXTROWIFERROR: BEHAVIOR The 'fetchNextRowIfError:' method exhibits different behaviors between static and dynamic SQL. In dynamic, if there are no rows matching the WHERE clause, nil if returned. In static it will return an AbtRow with no column values. The behavior should be consistent (i.e. answer nil if no rows exist). File in pq12721.st to fix the problem after applying fixpak v4.02b.