how to bound a form to a table in java (netbeans/forte)?

jsn

Registered
Hi

I have created a table in MySQL called States, with 2 fields StateCode, and StateName.

I have created a form frmState with 2 text fields StateCode and StateName. And buttons for first, next,prior,last record

How can I connect or bound my form with the table?

Thanks jsn
 
Back
Top