Maik Wiege wrote:
> But what can I do about my problem? Isn't this a very
> common problem? Can't imagine any user querying a database and does not
> want to be informed how many results he got...
Well, as I suggested before, use DECLARE CURSOR / MOVE / FETCH, or
include a COUNT(*) column in your original query.
-O