Subject | Re: [Firebird-Java] How to configure the transaction level for Jaybird? |
---|---|
Author | Roman Rokytskyy |
Post date | 2007-04-05T16:59:46Z |
> I could not figure out what the default transaction is used in jaybirdYou can configure it when you get connection via FBWrappingDataSource,
> and how to configure it?
there is appropriate property.
> Could be pass it "TRANSACTION_READ_COMMITTED" through database url orNo. If you get connection via DriverManager, it is always read
> a property file?
committed. You can however configure TPB mapping and remap the
TRANSACTION_READ_COMMITTED to isc_tpb_concurrency or isc_tpb_consistency.
Roman