Using Resultset in JTable
how can I get ResultSet object into a JTable?
My problem is that I am not able to retrieve database information using select query into a JTable class.Please Help
how can I get ResultSet object into a JTable?
My problem is that I am not able to retrieve database information using select query into a JTable class.Please Help
here is an old post using jtable and resultset:
http://forum.java.sun.com/thread.jspa?threadID=765575&messageID=4365359
by the way the information you have given is incomplete please post your code.