ODAC

TOraSessionOptions.ConvertEOL Property

Affects the line break behavior in string fields and parameters.

Class

TOraSessionOptions

Syntax

property ConvertEOL: boolean default False;

Remarks

Affects the line break behavior in string fields and parameters. When fetching strings (including CLOBs and LONGs) with ConvertEOL = True dataset converts their line breaks from LF to CRLF form. And when posting strings to server with ConvertEOL turned on their line breaks converted from CRLF to LF form. By default, strings are not converted.

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