PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → HFSQL C/S Datafile Synchronization on Remote Servers
HFSQL C/S Datafile Synchronization on Remote Servers
Débuté par Mark, 05 juil. 2023 17:06 - 5 réponses
Posté le 05 juillet 2023 - 17:06
I traditionally use the IDE to Update/Synch changes my HFSQL C/S databases.
I have some servers that I am not able to connect up to using port 4900.
Is there another way to update the databases? Does WinDev generate update scripts of any kind I can run using the HFSQL Control Center maybe?

I would appreciate any help to resolve this.

Thanks,
Mark
Posté le 05 juillet 2023 - 18:03
Hi.
Do you mean synchronice the database with the analysis?

You can copy de analysis file (.wdd) to the server, and then on the HFSQL CC, you have an option to synchronice

(Open HFSQL CC, open de database, click on synchronize database, click start synchronization, select .wdd file)
Membre enregistré
80 messages
Posté le 05 juillet 2023 - 19:35
You can send the analysis to those servers and update the HFSQL on those servers via the HFSQL Interface.

Open the database you want, and on the toolbar is a "Syncronize database" option. This let you select an analysis which is used to sync the table structures

--
Ben Dell
Riebens Computers Pty Ltd
Southern Africa PcSoft Distributor
www.windevsa.co.za
PcSoft Sales, Support and Training
Posté le 06 juillet 2023 - 16:58
That did the trick! Thank you!
Posté le 06 juillet 2023 - 16:58
That did it. Thank you!
Membre enregistré
120 messages
Posté le 07 juillet 2023 - 08:38
I use a small self written winDEV-App using the thought analyzes with a small as external declared HF-Classic-File where the connection-Parameters are stored ... one click and all Databases on all Servers are synchronized ;)
Message modifié, 07 juillet 2023 - 08:39