PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → mysql windev 23
mysql windev 23
Débuté par RenkoAllard, 08 mai 2018 15:45 - 4 réponses
Posté le 08 mai 2018 - 15:45
Hi,

Does anyone know what version of libmysql.dll one has to use and where to put it e to get MYSQL to work with Windev version 23

I added it as a resource with the list of elements . I tried in the exe map I tried 64 and 32 bits and it didnot work . The fault said it had todo with this libmysql.dll

Thanks

Renko Allard
Posté le 08 mai 2018 - 20:20
Hi

I don't see v23 native driver for mySql from windevSite though libmysql.dll is 64-bit and
it should sit on c:\windev 23\programs with wd230mySql64.dll

it's preview version only.

HTH

King
Posté le 08 mai 2018 - 20:23
Found it

http://windev.com/ts/download/common-modules-23/mysql.htm

and copy/paste libmysql.dll into c:\windev 23\programs and

run wdSql64, then u will c native mysql dropdownlist.

HTH

King
Posté le 08 mai 2018 - 20:28
FYI also

wd230msql64.dll 23.0.2.0 C:\WINDEV 23\Programs\Framework\Win64x86\
libmysql.dll 5.7.12.0 C:\WINDEV 23\Programs\
Membre enregistré
94 messages
Posté le 08 août 2018 - 16:05
[kingdr]

YES: copy libmysql.dll into c:\windev 23\programs !

After installing the MySQL native support I could select 'native MySql' when adding a new table to the analysis.
But when I wanted to import the tables from the existing database, NO ERROR, NO WARNING, but just an empty list of existing tables on the server.

After I have copied the libmysql.dll into c:\windev 23\programs as suggested by [kingdr],
the tables from the server miraculously appeared !!
THANKS !!!