Hi,
is there any description how to work with new component TLiteBackup?
Which propertys do I have to fill and how can I perform the backup?
Best regards
Rolf
Working with TLiteBackup
Re: Working with TLiteBackup
Hello,
This component implements standard SQLite backup: http://www.sqlite.org/backup.html . To work with this component, you should specify corresponding TLiteConnections in SourceConnection and DestinationConnection. Specify database names in both files in SourceDatabaseName and DestinationDatabaseName (main by default). Then call the LiteBackup.Backup method.
P.S. This component will be described in the documentation in the next version.
This component implements standard SQLite backup: http://www.sqlite.org/backup.html . To work with this component, you should specify corresponding TLiteConnections in SourceConnection and DestinationConnection. Specify database names in both files in SourceDatabaseName and DestinationDatabaseName (main by default). Then call the LiteBackup.Backup method.
P.S. This component will be described in the documentation in the next version.
Re: Working with TLiteBackup
where can i find this TLiteBackup
is only for sqlitedac?
i have only unidac
is only for sqlitedac?
i have only unidac
Re: Working with TLiteBackup
The LiteBackup component is available in LiteDAC only.