Subject | Re: SP runs 2 times ? Is this a bug in IBOBjects ? |
---|---|
Author | Svein Erling |
Post date | 2003-09-25T08:58:09Z |
> procedure TForm1.Button1Click(Sender: TObject);The reason I suspect IB_Query1 to be reopened is this setting:
> begin
> IB_Query1.Open; //Opens the dataset
> IB_Transaction1.Commit; //Closes and reopens the dataset?
> end;
> object IB_Query1: TIB_QueryNote that I have never used CommitAction myself.
> CommitAction = caRefresh
> end
HTH,
Set