Hi All,
I have stored the result of a query in a cursor. My program is such that I need to scroll back and forth in the result set. How can I at any point of time, check whether, I am at the beginning of the result set; so that I don't try to scroll before the beginning of the file?
if cursor_name.bof()
..
..
endif
cursor_name.bof() is giving an error - Object cursor_name not found!
Any suggestions to solve this problem would be greatly appreciated.
Regards