Page 1 of 1

Working with TLiteBackup

Posted: Fri 19 Sep 2014 16:07
by Schlueter
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

Re: Working with TLiteBackup

Posted: Mon 22 Sep 2014 07:42
by AlexP
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.

Re: Working with TLiteBackup

Posted: Fri 09 Jan 2015 17:56
by irwanto
where can i find this TLiteBackup
is only for sqlitedac?
i have only unidac

Re: Working with TLiteBackup

Posted: Mon 12 Jan 2015 06:19
by AlexP
The LiteBackup component is available in LiteDAC only.