Jump to content

Hey guys,

 

Back with another question regarding Java and Databases.

 

So in my previous question, I just wanted to know how to post things to my DB (MariaDB running on an RPI, but i don't think the RPI part matters much).

Delighted to say that thanks to some help from members of this forum I was able to accomplish that goal.

 

Now that I have a database full of data, now I need a user friendly way to see that data in my application.

 

The database holds client info.

Each row is a different client. 

I would like to pull the clients from the database and display them in a way so that I can view each client, and double click on their record to open up another menu.

I was thinking that a Jtable is the most logical way to accomplish this. Trouble is, I don't know how to accomplish this without a library called rs2xml. If there is a way to accomplish my goal without the aadditional library, great!, if not I'll go the rs2xml route.

 

Thanks in advanced

Link to comment
https://linustechtips.com/topic/941335-resultset-to-jtable/
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×