Subject | Re: Read only - read committed Transaction Settings |
---|---|
Author | Alan |
Post date | 2010-02-05T06:37:18Z |
--- In IBObjects@yahoogroups.com, Geoff Worboys <geoff@...> wrote:
Alan
>Thanks Geoff
> > 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
>
Alan