PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD19] MySQL Native Access - where can I find it?
[WD19] MySQL Native Access - where can I find it?
Iniciado por Sebastian Arnold, 28,abr. 2015 14:36 - 4 respuestas
Miembro registrado
102 mensajes
Publicado el 28,abril 2015 - 14:36
I can't find install files for native access of MySQL.

This link

http://www.windev.com/nativesaccess/ANMySQL.htm

links to version 18. Where can I find version 19?

Thanks in advance.
Miembro registrado
102 mensajes
Publicado el 28,abril 2015 - 14:47
Found it simply by changing the V18 link:

http://www.windev.com/ts/download/common-modules-19/mysql.htm
Miembro registrado
102 mensajes
Publicado el 28,abril 2015 - 14:55
Ok. I get HError 73001 'native MySQL access error'. What does that mean?
Publicado el 28,abril 2015 - 14:55
Hi Sebastian

in the download>Upgrades>windev 19 and earlier>windev 19 page

Best regards

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

NEW: WXReplication, your open source replication system is available on
my web site!!!
WXShowroom.com: Show your projects!
More information on http://www.fabriceharari.com


On 4/28/2015 6:36 AM, Sebastian wrote:
I can't find install files for native access of MySQL.

This link

http://www.windev.com/nativesaccess/ANMySQL.htm

links to version 18. Where can I find version 19?

Thanks in advance.
Miembro registrado
102 mensajes
Publicado el 28,abril 2015 - 15:28
Seems like I forgot to install the MySQL driver. This is what I did:

1. download the "Connector/C" from the MySQL Website:

http://dev.mysql.com/downloads/connector/c/

choose the Windows (x86, 32-bit), ZIP Archive

2. from the 32-bit ZIP archive exctract the libmysql.dll

3. put this into the EXE directory of your application

The docs says that you should put it

•On the development computer, in the "\Programs\Framework\Win32x86" directory of the setup directory of WinDev or WebDev.