PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → file ini
file ini
Started by Marcello, Oct., 18 2018 3:48 PM - 1 reply
Posted on October, 18 2018 - 3:48 PM
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?
Posted on October, 18 2018 - 4:35 PM
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?