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
Tunidump OnError Events
Re: Tunidump OnError Events
Hello,
To solve the problem, you should add the DAScript module to the Uses section.
To solve the problem, you should add the DAScript module to the Uses section.
-
- Posts: 3
- Joined: Sat 27 Jun 2015 21:33
Re: Tunidump OnError Events
Thank you..
i will try immediately.. and report the result
i will try immediately.. and report the result
Re: Tunidump OnError Events
Please let us know whether the problem is solved?