IBDAC

TIBCLoaderOptions.QuoteNames Property

Used to quote columns names in the INSERT statement used for loading data.

Class

TIBCLoaderOptions

Syntax

property QuoteNames: boolean;

Remarks

Use the QuoteNames property to specify whether the column names in the INSERT statement will be quoted.

When the property value is True , then the column names will be quoted. When the property value is False then the column names will not be quoted.

The default value is False .

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