Problem with TIBCAlerter

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Joschim
Posts: 2
Joined: Sun 27 Jun 2010 11:03

Problem with TIBCAlerter

Post by Joschim » Sun 27 Jun 2010 11:32

I'm using Delphi 2009 / Firebird 2.1.2.18118 / Windows XP / IBDAC 3.10.0.15 for RAD Studio 2009

My Application is working very fine with the IBDAC-Components.
Now I use the TIBCAlterter for a event if a tabledata changes.
If I change the data the event will occure but then I get the Error:
Project XXX.exe raised exception class EIBCError with message '
unknown ISC error 0'.
in IBCClasses
procedure TGDSConnection.Check(Status: ISC_STATUS);
begin
if Status > 0 then
IBCError(FStatusVector, True, Component);
end;

What is the Problem?
Thank you!

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 29 Jun 2010 10:36

I can not reproduce the problem.
Please try to use the Alerter demo of the IBDACDemo and check if the problem still exists.

Post Reply