How to count number of rows in a cursor???
813537Nov 12 2010 — edited Nov 12 2010 I have a cursor and i want to check number of row fetched...But not through rowcount... bcoz it will give after fetching all the rows..
I want to get count as soon as i open the cursor..plz let me know