LiteDAC

TLiteConnectionOptions.NativeDate Property

Defines the format for date and time stored in the database.

Class

TLiteConnectionOptions

Syntax

property NativeDate: boolean default True;

Remarks

If the property is set to True, the date and time values will be stored in the database in the native SQLite format, and when retrieved, they will be converted to the TDateTime type. If the property is set to False, then there is no conversion to the TDateTime type. The default value is True.

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