how insert multiple lines SQL/batch in UNIDAC equal to FIREDAC? Firedac example:
FDQuery.ParamByName ('NAME') AsStrings [0] = 'MARIA';
FDQuery.ParamByName ('NAME') AsStrings [1]: = 'JOHN';
FDQuery.ParamByName ('NAME') AsStrings [2]: = 'JOSSE';
FDQuery.Execute (3,0);
This feature only in the latest version of Unidac, see also:
http://blog.devart.com/using-batch-operations-in-delphi-data-access-components.html