One more bug.
I have used cursor as suggested in the prevoius post
SELECT civilid,fname,lname,dob,nation,gender,married,contactno,doj,salary,commision,division,empsnap,address;
from employee where empid=lclempno into cursor mycursor
Suppose i have 5 record, and i am searching for 5th...