Page 1 of 1

Where do I find the backup/restore methods class

Posted: Fri Jun 23, 2023 5:26 pm
by Ari
https://forums.fivetechsupport.com/view ... ckup+mysql

Code: Select all | Expand


METHOD BackUp( [source], [dest], [bProgress], [nRecsInBatch], [nMaxBufperSQL] )     --> cBackUpFileName
METHOD BackupIndex( cBackUpFileName, [lView] ) --> aIndex
METHOD Restore( cBackupFile, [aTables], [bProgress], [cNewDB] ) --> nil  // cNewDB added FWH16.08
METHOD RestoreFromSqlDump( cFile, bProgress ) // New in FWH 16.08
 
 

Re: Where do I find the backup/restore methods class

Posted: Tue Jun 27, 2023 1:19 am
by nageswaragunupudi
These are the methods of the FWMariaConnection() class.
Source code is not released.

You can use these methods as explained in the documentation.

Re: Where do I find the backup/restore methods class

Posted: Tue Jun 27, 2023 12:24 pm
by Ari
Thanks for Reply

Where can I find the Documentation, FWh2212 ?
:D