Hi everyone,
I want to retrieve data from database in jsp page based on the particular m_emp_no .I am finding it very difficult so please can you all help me out with the problem.
Here is the structure of my database and i am using ms.access
m_emp_no m_leavetype m_bal
1004 pl 30
1004 sl 7
1004 cl 7
1009 pl 30
1009 sl 7
1009 cl 7
now i want to display the m_bal for pl,sl,cl in the jsp page for the respective userid who has logged in.
Please help me its very urgent.
thanks in advance.