Subject | Re: [IBO] Read only - read committed Transaction Settings |
---|---|
Author | Geoff Worboys |
Post date | 2010-02-04T23:49:57Z |
> So - assuming this is correct, what does this translate to inYou can see how IBO translates transaction properties to the
> TPB settings?
> isc_tpb_read, isc_tpb_consistency ?
> or isc_tpb_read, isc_tpb_read_committed?
> or some other combo
API in IB_Components.pas, procedure TIB_Transaction.API_Start;
ReadOnly and tiCommitted translates to:
isc_tpb_read, isc_tpb_read_committed
--
Geoff Worboys
Telesis Computing