batch-filefirebird2.5firedacunidac

How to insert several lines batch SQL? { UNIDAC/FIREBIRD]


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);

Solution

  • This feature only in the latest version of Unidac, see also:

    http://blog.devart.com/using-batch-operations-in-delphi-data-access-components.html