<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>30 Oct 2020 08:32:15 Z</lastBuildDate><pubDate>22 Apr 2020 15:19:43 Z</pubDate><description>Good morning,&#13;
&#13;
I am new to windev, I am testing by connecting to Mysql, and an error is generated. The version used is 23.&#13;
&#13;
This is the code that i user.&#13;
////////&#13;
ConnectionNum is int&#13;
ConnectionNum = SQLConnect("127.0.0.1", "root", "root", "enlacevisual", "MySQL")&#13;
IF ConnectionNum &lt;&gt; 0 THEN&#13;
	ToastDisplay("Connection Successfully")&#13;
ELSE&#13;
	SQLInfo()&#13;
	Error("Connection has failed !" + CR + ...&#13;
	"Error code: " + SQL.Error + CR + SQL.MesError)&#13;
END&#13;
SQLDisconnect()&#13;
&#13;
///////////////&#13;
https://hostimage.windev.io/images/errowindev2_8f6bcebd45f0fe154a1c74b42b58460d.png&#13;
&#13;
Thanks,&#13;
&#13;
Luis Alberto Bernal B.&#13;
Valledupar - Colombia</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67784-error-connecting-with-mysql/read.awp</link><title>ERROR CONNECTING WITH MYSQL</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>marin</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67784-error-connecting-with-mysql-68066/read.awp</comments><pubDate>30 Oct 2020 08:32:15 Z</pubDate><description>In the case if anyone enters the similar or same error I found the solution. Installed Webdev was 32bit version, and app would n…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67784-error-connecting-with-mysql-68066/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67784-error-connecting-with-mysql-68066/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67784-error-connecting-with-mysql/read.awp">ERROR CONNECTING WITH MYSQL</source><title>Re: ERROR CONNECTING WITH MYSQL</title></item><item><author>marin</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67784-error-connecting-with-mysql-68065/read.awp</comments><pubDate>29 Oct 2020 13:42:12 Z</pubDate><description>Hi,&#13;
&#13;
I am using WebDev 19 and facing similar issue, can not connect to MySql database. I get error 27, which states that the c…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67784-error-connecting-with-mysql-68065/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67784-error-connecting-with-mysql-68065/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67784-error-connecting-with-mysql/read.awp">ERROR CONNECTING WITH MYSQL</source><title>Re: ERROR CONNECTING WITH MYSQL</title></item><item><author>pass</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67784-error-connecting-with-mysql-67800/read.awp</comments><pubDate>29 Apr 2020 06:57:45 Z</pubDate><description>Hi,&#13;
&#13;
Two things to do :&#13;
&#13;
1- Install Native Access of MySQL (From PCSoft Website)&#13;
&#13;
2- Put libmysql.dll (from your MYSQL) be…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67784-error-connecting-with-mysql-67800/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67784-error-connecting-with-mysql-67800/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67784-error-connecting-with-mysql/read.awp">ERROR CONNECTING WITH MYSQL</source><title>Re: ERROR CONNECTING WITH MYSQL</title></item></channel></rss>
