Tunidump OnError Events
Posted: 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
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