Hi,
My assignment is Home Improvement Contractors,
In the DB interface the method for find is
// Returns an array of record numbers that match the specified
// criteria. Field n in the database file is described by
// criteria[n]. A null value in criteria[n] matches any field
// value. A non-null value in criteria[n] matches any field
// value that begins with criteria[n]. (For example, "Fred"
// matches "Fred" or "Freddy".)
public int[] find(
String[] criteria);
In the design i should have the JComboBox with the fields in database file to search for particular field or i should have a textfield for each field so that the user can search for the combination of fields.
If any one who had done this assignment earlier could suggest me the way they implemented.
Thank You,
Bharat.