Hallo,
Smudo,
Delphi-Quellcode:
if bError then
begin
try
IBDB.Connected:= False;
except
end;
IBDB.Connected:= True;
IBDB.StartTransaction;
Result:= True;
end;
Auch FIBPlus kann das nicht so ohne weiteres (mal genau die release notes lesen),
es funktioniert nur mit CachedUpdates.
Heiko