PgDAC

TPgLoaderOptions.TextMode Property

Used to load data in the text mode.

Class

TPgLoaderOptions

Syntax

property TextMode: boolean default False;

Remarks

Use the TextMode property to load data in the text mode.

TPgLoader supports two load modes: text and binary. By default the binary mode is used for a connection with 3.0 protocol. Set TextMode property to True to force text mode. In binary mode TPgLoader may work slightly faster but some data type are not supported in this mode. In text mode you can load data to columns with any PostgreSQL data type.

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