How to create a database binding using Windows Builder Pro?
- by Tiago
For the first time, I'm creating a Java Swing application.
I'm using Windows Builder Pro in Eclipse, and a MySQL database (already setup up).
Let's say I have a combo box, and I want (for instance) all 'name' fields from a 'certain' table appear.
How can I setup that binding? I know how to programatically handle the connection and query code, what I would like to know is how to make that binding in Eclipse.