PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Access to mariaDB external database.
Access to mariaDB external database.
Débuté par csoft, 02 nov. 2023 15:00 - Aucune réponse
Membre enregistré
9 messages
Posté le 02 novembre 2023 - 15:00
Good morning guys, I'm struggling with windev and mariadb.
The purpose is to connect to an external database from the analysis.
I define the connection manually, I use SQLConnect to connect but when I do SQLExec I get an internal error in the WDHF.dll file (or similar, I don't remember the precise name now).

If instead I use HOpenConnection, HChangeConnection and HExecuteSqlQuery, I get that the datafile for the table I want to query does not exist. Ideas?

N.B. When I try to import the mariadb tables into the analysis, everything is fine until the tables are selected: at this point I only see an empty list (Windev 26)