Forum: Java Nov 13th, 2008 |
| Replies: 2 Views: 279 Thank you so much for the clarification! This is very helpful.
Usha. |
Forum: Java Nov 12th, 2008 |
| Replies: 2 Views: 279 Hi
I've two files for JDBC connectivity.
1)DBUtil.java - to establish DB connection using JDBC and close DB objects
2) GetEmpl.java - Uses DBUtil to connect to DB and retreives data. |