Subject Re: [IBO] Read only - read committed Transaction Settings
Author Geoff Worboys
> So - assuming this is correct, what does this translate to in
> TPB settings?
> isc_tpb_read, isc_tpb_consistency ?
> or isc_tpb_read, isc_tpb_read_committed?
> or some other combo

You can see how IBO translates transaction properties to the
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