Dear Ranchers,
I have a confusion in implemention of method create(
String[] data)from the interface DBMain.java!The signature of the method is
My question is under what condition the method should throw DuplicateKeyExcetion?
My understanding: Since the record does not contain any single primary key,it should throw when all the field of
data matches with any field in the database file.If I'm wrong please correct me.
[ August 21, 2007: Message edited by: Sanjeev Singh ]