posted 18 years ago
Hi all, I have a question regarding the Data.java class. Is it permissible to add new methods to the class? My Data.java implements DB.java which has the following methods..
So how do I read all records initially to populate the JTable in the GUI? I will not know the recNo that the read method requires. Is it OK to add a readAll method that will read every record from the database?
thanks,