Subject | Re: [IBO] Newbie Posting Question |
---|---|
Author | wayne |
Post date | 2002-12-14T15:21:53Z |
I finnaly got the probelm ,, it was caused by Eureka Exception Log 3.1
I somehow interfered ??? why I dont know.
After disablig Eureka all worked fine.
""wayne"" <waynef@...> wrote in message
news:001101c2a27f$5faa7c70$3200a8c0@......
I somehow interfered ??? why I dont know.
After disablig Eureka all worked fine.
""wayne"" <waynef@...> wrote in message
news:001101c2a27f$5faa7c70$3200a8c0@......
> I forgot to mention :___________________________________________________________________________
>
> this that the code actually reads :
>
> procedure TFormCapture.trClientBeforeCommit(Sender: TIB_Transaction);
> begin
> try
> qryAcc.PostRetaining;
> except on e: Exception do
> begin
> MessageDlg('Error ' + #13 + #10 + e.Message, mtWarning, [mbOK], 0);
> end;
> end;
> end;
>
> It then locks up here :
>
> procedure TIB_Transaction.Commit;
> begin
> if Started or InTransaction or TransactionIsActive then
> try
> BeginBusy( false );
> SysCommit( false );
> finally
> EndBusy; <<<<<<<<<<<<<<<<<<<<<<<<this is where it "LOOPS" Hangs
> end
> else
> UpdateStatus;
> end;
>
>
>
>
>
>
>
>
> IB Objects - direct, complete, custom connectivity to Firebird orInterBase
> without the need for BDE, ODBC or any other layer.___________________________________________________________________________
>
> http://www.ibobjects.com - your IBO community resource for Tech Infopapers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>