Crystal
. Go To the Home Page Go To the Stories Index page Go To the What's New page Go To the Cyber-Board Go To the Links page
Crystal's Story Site
What are you looking up here for?

Stories by A Happy Wife  (page 3)

Dumpteam Windev 17 Guide

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.

 

Please report any problems to Crystal

Dumpteam windev 17