How to create a database binding using Windows Builder Pro?

Posted by Tiago on Stack Overflow See other posts from Stack Overflow or by Tiago
Published on 2012-06-02T15:57:16Z Indexed on 2012/06/02 16:41 UTC
Read the original article Hit count: 140

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about java

Related posts about mysql