Use when you need portability or selective restore. Use HBackup for routine full backups. Quick Troubleshooting (WinDev 17) | Error | Likely cause | |-------|---------------| | File already exists | The target table exists and hLoadCreate is missing. Add hLoadCreate + hLoadStructure to overwrite. | | Incompatible structure | Source & target HFSQL versions differ. Recreate the dump with hDumpCompatible flag. | | Invalid password | The .dmp file was password-protected. Use HLoadTable(..., "password") . | If you need a complete working code sample (e.g., dumping all tables in a loop, or automating nightly dumps with error logging), let me know and I’ll provide it in WinDev 17 syntax.
Use when you need portability or selective restore. Use HBackup for routine full backups. Quick Troubleshooting (WinDev 17) | Error | Likely cause | |-------|---------------| | File already exists | The target table exists and hLoadCreate is missing. Add hLoadCreate + hLoadStructure to overwrite. | | Incompatible structure | Source & target HFSQL versions differ. Recreate the dump with hDumpCompatible flag. | | Invalid password | The .dmp file was password-protected. Use HLoadTable(..., "password") . | If you need a complete working code sample (e.g., dumping all tables in a loop, or automating nightly dumps with error logging), let me know and I’ll provide it in WinDev 17 syntax.