PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → file ini
file ini
Débuté par Marcello, 18 oct. 2018 15:48 - 1 réponse
Posté le 18 octobre 2018 - 15:48
If the INI file contains the database name other than the one defined during analysis, the executable connects to the database defined during analysis and not to the one defined by the INI file.
What to do to point to the database defined by the ini file?
Posté le 18 octobre 2018 - 16:35
Hi Marcello,

look at the hopenconnexion and hchangeconnexion functions.

Best regards

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

Free Video Courses, free WXShowroom.com, open source WXReplication, open
source WXEDM.

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


On 10/18/2018 7:48 AM, Marcello wrote:
If the INI file contains the database name other than the one defined
during analysis, the executable connects to the database defined during
analysis and not to the one defined by the INI file.
What to do to point to the database defined by the ini file?