IBDAC

TIBCLoaderOptions.InsertMode Property

Used to control the type of statement used for loading data.

Class

TIBCLoaderOptions

Syntax

property InsertMode: TIBCInsertMode default imInsert;

Remarks

Use the InsertMode property to specify the type of statement used for loading data using the TIBCLoader component.

When the property value is imInsert , then the INSERT INTO statement is used. When the property value is imUpdateOrInsert , then the UPDATE OR INSERT INTO statement is used.

Using of UPDATE OR INSERT INTO statements is available in Firebird 2.1 and higher.

The default value is imInsert .

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback