Re: [Phplib-users] DB Error Reporting Broken?
Brought to you by:
nhruby,
richardarcher
From: Richard A. <rh...@ju...> - 2003-04-06 05:45:54
|
At 22:08 -0700 5/4/03, Andrew Crawford wrote: >I am already checking to make sure the result set is non-empty before I do >anything with the results. That is not a problem. Then why is $db->seek() throwing an error? There is nothing in the DB class which calls that method. So I assume your code is calling it. > However, the default >behavior for phplib is to display an error message for the query that is >"performed without error." No, that is incorrect. If there is no error the class won't report one. ...R. |