Retrieving datas from 2 database tables and display in JTable
Hi, anybody know how to retrieve datas from 2 database tables and display in JTable?
Lets say i have 2 database table A and B
I need retrieve all datas from A but only 1 column of the data in B and display out in a JTable..
anyone had any idea how to do that?
I had manaed to retrieve all the datas from database table A but how do i retrieve only 1 column of data from database table B and dislay it out combined ina JTable?

