Hi Guys,
I managed to fill the jtable with the table from the database.
Now I want to add specific rows from the database table into the jtable.
So I have a textfield and a sql statement: So "Select * from tbl where name =?"
I want to add all the entries searched for from the textfield to the jtable. I am not sure it make sense?
Any idea how I can achieve that?
I was thinking of storing all the entries types in to another database table and then display the results but I think there could be an easier solution?