> I think you should use a cursor; you declare it, and then you fetch the
> rows as you need them.
thanks this works really nice.. just one more question .. how do i check the
number of rows in a cursor? or do i have to do a select count(*) on the query
i use to create the cursor?
/ Christoffer Gurell