I want to set transaction parameters dynamically and to do this, I try this
code :
IBTransaction1.Params.Add(
'read_committed'#13#10
+'rec_version'#13#10
+'nowait'#13#10 );
I try this code before and after setting Database.Connected :=true. In both,
I always this exception is raised :
EIBClientError
'TPB Constant () is unknown'
How can I set transaction isolation programmatically ?
Thanks
Ömür Ölmez
Don't try to save your fingers - add them one-by-one.