FireDAC.Phys.IBBase.TFDPhysIBCommandBase.CheckArrayDMLWithIntStr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CheckArrayDMLWithIntStr(ATimes, AOffset: Integer);

C++

void __fastcall CheckArrayDMLWithIntStr(int ATimes, int AOffset);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDPhysIBCommandBase

Description

Raises an FDException if the command uses Array DML and the command received internal stream parameters.

The received parameters determine whether the command uses Array DML or not.

The exception contains the following error message:

Internal streams cannot be used in Array DML

DoExecute calls CheckArrayDMLWithIntStr.