7 Replies Latest reply on Jan 17, 2004 2:55 AM by _solo_

    using autocommit true in ejb

    _solo_

       

      "_solo_" wrote:
      "_solo_" wrote:
      Hi.

      As I understood reading documentation, I shouldn't use AutoCommit mode in ejb.
      I need to create & use temporary table in Sybase ASE 12.5.0.3 for getting
      report, but that can be done only when AutoCommit = true.
      (we use jboss 2.4.10 jdbc driver jconnect 5.5 )

      My questions is -
      What to do if I need to use jdbc connection with AutoCommit - true.
      I don't need a transaction in my situation, no data alteration is done,
      only reading.

      how that setiing may has side affect by using connection pool????

      help please ^))))