Hello,
I created a very simple database with a "Table" with ONLY TWO rows, X and Y.
I retrieved the information using "SELECT * from table".
What I want to do is that I want to add a button to my GUI using NetBeans 6.5 that when I click on I get the result of "SELECT * from table"/
So, how can I add "SELECT * from table" to a button?
Thanks.