Sunday, 29 September 2013

Total the records using jdbc

Total the records using jdbc

How to iterate each record in employee database and add it to the BigDecimal
Employee
Empid Empsal
1 23.56
2 53.20
3 69.8
Using jdbc, how to iterate above data and total the Empsal records.

No comments:

Post a Comment