manirana007
Programmer
Hello all,
I have 4 classes that call a database access object class to insert,update,delete,search items. The problem is that each of entities send in different paramaters, and call a different package. Right now I have 4 different database access object classes, but I would like to have one for all entities. Any ideas would be appreciated. Thanks.
I have 4 classes that call a database access object class to insert,update,delete,search items. The problem is that each of entities send in different paramaters, and call a different package. Right now I have 4 different database access object classes, but I would like to have one for all entities. Any ideas would be appreciated. Thanks.