> Pedro Beck Gomes da Costa wrote:
> 
> Hi!
> 
> How can we set the Container managed transaction isolation?
> I dont find anu clue on the documentation.
> 
> Thanks
> 
> Pedro Costa

        Hi Pedro,

You can set transactin isolation in the database by setting
datasource.isolationlevel in  datasource.properties:

datasource.isolationlevel       default

possible values are:
serializable
none
read_uncommitted
read_committed
repeatable_read
default

But if you want to set it for interbase, I'm afraid this
does not work, according to their documentation ?
It seems to be a limitation in Interclient. Interbase supports
several transaction policies, but you cannot set them with
interclient (i.e. via the jdbc driver)
May be I'm wrong ? Just try it and tell me...
-- 
Philippe Durieux  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bull - 1 rue de Provence - 38432 Echirolles Cedex France
[EMAIL PROTECTED]
-> Download our EJBServer at http://www.evidian.com/ejb <-
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to