Hi Guys,
When we will try to fetch a empty table using cursor, we will get SQLERROR Code +100. Can you please tell me at which step we will get this error, while opening the cursor or at the time of fetching it. Since OPEN CURSOR is the only executable step and extract the data from table and sort it, if any order by clause is specified, where as fetch cursor will only return rows one by one to the application program, so I think the error code should be generated at OPEN Cursor step.
Can you guys please help me.