Forum: Java Dec 9th, 2008 |
| Replies: 8 Views: 1,793 Okay, I got first record set to display on my JTextFields. Following is the code for that
rs.getInt(1);
rs.getInt(2);
rs.getInt(3);
rs.getInt(4);... |
Forum: Java Dec 9th, 2008 |
| Replies: 8 Views: 1,793 That is all the code that I have right now. I am just trying to get 1 record right now. If i can get 1 record, I am pretty sure i can get the whole thing working fine.
private void... |
Forum: Java Dec 9th, 2008 |
| Replies: 8 Views: 1,793 Thanks for the help so far. Here is the code that I have. I have no idea where am i going wrong but so far this piece of code is error free and I believe it is connected to the database. The only... |
Forum: Java Dec 9th, 2008 |
| Replies: 8 Views: 1,793 That is a good tutorial Ezzaral. But it shows you how to do it in console app. I have no idea how to do it in GUI Java and I am using Net beans to do so. If there is any other material which could... |
Forum: Java Dec 9th, 2008 |
| Replies: 8 Views: 1,793 Hello,
After making a database connection to java, I have been trying to populate my JTextFields and having a hard time to do so. Can anyone give me a quick example of what class or method am i... |