如何插入几行批量SQL?{UNIDAC /火鸟]



如何在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);

此功能仅适用于最新版本的Unidac,请参见:

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

最新更新