Does it ever make sense to use prepared statements with Entity Beans?  Since
prepared statements are associated with a single db connection, you would be
bypassing the db connection pooling of the application server.  From most
examples I have seen, the entity bean calls (ejbCreate, ejbRemove, ejbLoad,
ejbStore) establish a connection to the database, perform an action, and
disconnect from the database.  By disconnecting from the database, the
prepared statement will be invalid.  Has anyone found a way to prepared
statements in conjunction with Entity Beans?

Thanks,
Jerry King

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to