PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Development with Local Server and install HFSQL Client Server
Development with Local Server and install HFSQL Client Server
Débuté par Garry, 01 fév. 2017 23:01 - 1 réponse
Membre enregistré
30 messages
Posté le 01 février 2017 - 23:01
When I am developing an application I usually use HFSQL Classic but with my current project the end product will be HFSQL Client/Server.
What is the recommended approach for handling this? I have been thinking of using an INI file to store the connection parameters.
And perhaps a stupid (beginner) question: will the EXE get installed and run from the server machine or get installed on all of the work stations?
Thanks,
Garry
Posté le 02 février 2017 - 14:13
Hi Garry,



Le 2/1/2017 à 5:01 PM, Garry a écrit :
When I am developing an application I usually use HFSQL Classic but with
my current project the end product will be HFSQL Client/Server.
What is the recommended approach for handling this? I have been thinking
of using an INI file to store the connection parameters.



That's the usual way of doing this. Analysis in classic, and a
hchangeconnexion..


And perhaps a stupid (beginner) question: will the EXE get installed and
run from the server machine or get installed on all of the work stations?


Both are possible. it's really up to you. With the server install, there
is only one uodate to do, but everybody must be out of the program at
the same time...

Juts in case, there is a fully fonctionning code available in WXEDM on
my web site (including a wiezard asking the questions and writing in the
ini file)

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com

Thanks,
Garry