Data.Win.ADODB._Parameter.AppendChunk

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AppendChunk(Val: OleVariant); safecall;

Properties

Type Visibility Source Unit Parent
procedure public Winapi.ADOInt.pas Data.Win.ADODB _Parameter

Description

Appends data to a parameter object.

The first call to AppendChunk overwrites any existing data. Subsequent calls append data to the existing parameter data.

Set paLong into the Attributes property in order to use AppendChunk.

See Also