Tunidump OnError Events

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
yayaretina
Posts: 3
Joined: Sat 27 Jun 2015 21:33

Tunidump OnError Events

Post by yayaretina » Sun 28 Jun 2015 14:05

hello,

i'm using unidac v 6.1.3. i'm using tunidump to execute some query update to database.

when i use events OnBackup/OnRestoreProgress threre is no problem..

but, when i use OnError..

procedure TForm.UniDump1Error(Sender: TObject; E: Exception;
SQL: string; var Action: TErrorAction);
begin
/
end;

var Action: TErrorAction they came error = TErrorAction is not a type identifier..

please help me.. why it's happen..

thank you

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Tunidump OnError Events

Post by AlexP » Tue 30 Jun 2015 08:46

Hello,

To solve the problem, you should add the DAScript module to the Uses section.

yayaretina
Posts: 3
Joined: Sat 27 Jun 2015 21:33

Re: Tunidump OnError Events

Post by yayaretina » Tue 30 Jun 2015 15:08

Thank you..
i will try immediately.. and report the result

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Tunidump OnError Events

Post by AlexP » Mon 06 Jul 2015 05:30

Please let us know whether the problem is solved?

Post Reply