FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Where do I find the backup/restore methods class
Posts: 253
Joined: Fri Feb 03, 2006 04:21 PM
Where do I find the backup/restore methods class
Posted: Fri Jun 23, 2023 05:26 PM
https://forums.fivetechsupport.com/viewtopic.php?f=3&t=32791&hilit=backup+mysql
Code (fw): Select all Collapse
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
Thanks,
Ari

FWH 2501 - Harbour 3.2.0 - Embarcadero 7.43 - MySQL
São Paulo - SP - Brasil
www.sisrev.com.br
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Where do I find the backup/restore methods class
Posted: Tue Jun 27, 2023 01:19 AM

These are the methods of the FWMariaConnection() class.

Source code is not released.

You can use these methods as explained in the documentation.

Regards



G. N. Rao.

Hyderabad, India
Posts: 253
Joined: Fri Feb 03, 2006 04:21 PM
Re: Where do I find the backup/restore methods class
Posted: Tue Jun 27, 2023 12:24 PM
Thanks for Reply

Where can I find the Documentation, FWh2212 ?
:D
Thanks,
Ari

FWH 2501 - Harbour 3.2.0 - Embarcadero 7.43 - MySQL
São Paulo - SP - Brasil
www.sisrev.com.br

Continue the discussion