Subject | Re: [Firebird-Java] Re: isc_dpb_garbage_collect |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-02-14T15:23:55Z |
> How can I set no_rec_version for the thansaction then?See the FirebirdConnection interface (setTransactionParameters(int, int[])
method) or change the default mapping in isc_tpb_mapping.properties.
> Maybe that will save me....Careful, no rec version might cause excessive conflicts even on read. Maybe
you can describe your problem first?
Roman