This type is used for the TOraLoader.OnError event.
Unit
OraLoader
Syntax
TDPErrorEvent = procedure (Sender: TOraLoader; E: Exception; Col: integer; Row: integer; var Action: TDPErrorAction) of object;
Parameters
Sender
An object that raised the event.
E
The exception that was raised.
Col
The column value for data that loader failed to write to a table.
Row
The row value for data that loader failed to write to a table.
Action
The action to take when an exception is raised.