LiteDAC

TLiteBackup.DestinationDatabaseName Property

Specifies the name of the destination database.

Class

TLiteBackup

Syntax

property DestinationDatabaseName: string;

Remarks

Set the DestinationDatabaseName property to specify the name of the destination (target) database. Read the property value to determine the destination database name.

The database name is 'main' or an empty string for the main database, 'temp' for the temporary database, or the name specified after the AS keyword in an ATTACH statement for an attached database. The default value is an empty string.

The name of the source database for the backup is accessible using the SourceDatabaseName property.

See Also

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