0 Replies Latest reply on Jul 19, 2006 3:15 PM by jack0501

    which connection I should use

    jack0501

      My application use EJB in cluster environment. I have one oracle database.
      my existed system use TXConnection(transactional connection) for the data insert, update and delete. Using the Connection for the data retriving.

      I think TXConnection fits to use for the distributed database. So I should change my DAO layer to use only Connection.
      Is that true?
      Need help.
      Thanks.
      Jack