如何在UNIDAC中插入多行SQL /批处理等于FIREDAC? Firedac例子:
FDQuery.ParamByName ('NAME') AsStrings [0] = 'MARIA';
FDQuery.ParamByName ('NAME') AsStrings [1]: = 'JOHN';
FDQuery.ParamByName ('NAME') AsStrings [2]: = 'JOSSE';
FDQuery.Execute (3,0);
答案 0 :(得分:0)
此功能仅在最新版本的Unidac中,另请参阅:
http://blog.devart.com/using-batch-operations-in-delphi-data-access-components.html