posted 20 years ago
My question could be trivial, but I would appreciate your help nevertheless.
Since a client obtains an instance of a bean by executing the ejbCreate, throught the available Create methods, I am wondering what I would do if I just wanted to access a database without inserting rows in it. For example a database that is already populated by some sql script and I just want to execute queries in it. I understand obtaining an instance through the create methods, it means inserting row, for an entity bean.
Herbert.