0

Just wondering if there were any libraries out there already written to serv the following purpose:

  • Query database.
  • Display the results in a list/table that has selectable rows.

Basically allowing a user to select a row in the table/list and the library can tell what is selected?

1
  • 1
    @AVD: I believe you are missunderstanding what i am wanting. I am wanting to show the table/list in my application and have it so the user can select rows. What you are suggesting seems to be a client that just gives me a gui for the database it self. I just want to query a database for certain values and show them in a list/table. Commented Oct 15, 2011 at 3:30

1 Answer 1

1

Download the MySql JDBC Connector and use java.sql API.

EDIT:

Tutorial

  1. Mysql JDBC.
  2. Basic JDBC Concepts
Sign up to request clarification or add additional context in comments.

1 Comment

I am new to jdbc and did not realize that it offered some of this functionality in resultset. Thanks.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.