Hello Ryan,

Wednesday, July 18, 2001, 5:55:46 PM, you wrote:

RC> I'm wondering what people are considering best practices for JDBC calls?

RC> I have been writing beans that wrap a database table, and include functions 
"select", "insert", "delete". These functions either load the bean, insert the bean 
values in the database, or delete
RC> the record from the database. In all of these functions, I pass in a database 
connection from the action. (Or whatever else is calling the bean.)

RC> ie- public boolean select(Connection cn1, String primaryKey)

RC> How are others doing it? I think this is a good approach, but want to see if 
someone has come up with something better.

RC> Thanks,
RC> Ryan

Take a look to the jdbc-example in validator - it contains sample of
jdbc calls similar to Command pattern.

-- 
Best regards,
 Oleg                            mailto:[EMAIL PROTECTED]


Reply via email to