|
From: Eric B. <eb...@ya...> - 2003-08-22 18:13:06
|
I'm using the error handler feature to catch bad db queries. Calling dbi_result_next_row() in a while loop causes _error_handler() to get called. I think it would be better to ignore this condition rather than report it as an error. This isn't an error in the context of a while loop. Ignoring this error in my error handler doesn't work because I need to trap when someone requests a bad fields name which is the same error code. Can the call to _error_handler() be taken out of the baseline for this function? __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |