<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>25 Aug 2017 19:00:50 Z</lastBuildDate><pubDate>9 Sep 2010 08:48:19 Z</pubDate><description>Hi everyone...&#13;
&#13;
Does anybody know how to prevent the following error:&#13;
-----------------------------------------------------------&#13;
Error at line 11 of Click BTN_Validate process.&#13;
HAdd function called.&#13;
native MySQL access error.&#13;
Error Number = 22 &#13;
 &#13;
Error returned by &lt;xxxxxx.com&gt; database:&#13;
Error Number = &lt;2006&gt;.&#13;
Error Message:&#13;
MySQL server has gone away&#13;
&#13;
----- Technical Information -----&#13;
&#13;
&#13;
What happened?&#13;
native MySQL access error.&#13;
Error Number = 22 &#13;
 &#13;
Error returned by &lt;xxxxxx.com&gt; database:&#13;
Error Number = &lt;2006&gt;.&#13;
Error Message:&#13;
MySQL server has gone away&#13;
&#13;
Error code: 73001&#13;
Level: fatal error (EL_FATAL)&#13;
WD55 error code: 3001&#13;
-------------------------------------------&#13;
I have the connection timeout set to 0 (never time out) yet this happens every time I create new record and add he 8 pictures the record holds.&#13;
It seem that MySql native access doesn't keep a persistent connection, how can I make it so?&#13;
I can't find anything in the help files...&#13;
&#13;
Help, please!!!!</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has/read.awp</link><title>Native MySQL Access Error 22 MySQL server has gone away</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>BigED</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has-62407/read.awp</comments><pubDate>25 Aug 2017 19:00:50 Z</pubDate><description>Also, you must wait for BTN_Validate to finish insert process because closing the window after validation also automatically clo…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has-62407/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has-62407/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has/read.awp">Native MySQL Access Error 22 MySQL server has gone away</source><title>Re: Native MySQL Access Error 22 MySQL server has gone away</title></item><item><author>BigED</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has-62405/read.awp</comments><pubDate>25 Aug 2017 18:50:25 Z</pubDate><description>If your insert ends fine then this error is triggered because of bad design of libmysql.dll and wrong or missing closing connect…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has-62405/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has-62405/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has/read.awp">Native MySQL Access Error 22 MySQL server has gone away</source><title>Re: Native MySQL Access Error 22 MySQL server has gone away</title></item><item><author>fercho_angel</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has-62370/read.awp</comments><pubDate>23 Aug 2017 17:56:44 Z</pubDate><description>Este error puede suceder por dos casos: &#13;
1. si esta realizando una conexion a MySql, debe copiar la libreria: Libmysql  dentro …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has-62370/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has-62370/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has/read.awp">Native MySQL Access Error 22 MySQL server has gone away</source><title>Re: Native MySQL Access Error 22 MySQL server has gone away</title></item><item><author>jd</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has-28283/read.awp</comments><pubDate>16 Oct 2010 10:53:47 Z</pubDate><description>Thanx again, Fabrice, for taking the time...&#13;
&#13;
I'll check on the server (not mine, a shared hosted server). If I can, I will se…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has-28283/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has-28283/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has/read.awp">Native MySQL Access Error 22 MySQL server has gone away</source><title>Re: Native MySQL Access Error 22 MySQL server has gone away</title></item><item><author>fromweb</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has-28251/read.awp</comments><pubDate>15 Oct 2010 17:45:08 Z</pubDate><description>Hi jack&#13;
&#13;
I'm not a specialist of MySQL, so my answer is just a general direction. &#13;
It seems to me that the record you are try…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has-28251/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has-28251/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has/read.awp">Native MySQL Access Error 22 MySQL server has gone away</source><title>Re: Native MySQL Access Error 22 MySQL server has gone away</title></item><item><author>jd</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has-28246/read.awp</comments><pubDate>15 Oct 2010 09:07:55 Z</pubDate><description>Hi Fabrice,&#13;
&#13;
THANX for answering!&#13;
&#13;
(I didn't think I get an answer anymore, so I didn't check back anymore until today....)&#13;…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has-28246/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has-28246/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has/read.awp">Native MySQL Access Error 22 MySQL server has gone away</source><title>Re: Native MySQL Access Error 22 MySQL server has gone away</title></item><item><author>fromweb</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has-28062/read.awp</comments><pubDate>4 Oct 2010 17:42:12 Z</pubDate><description>Hi Jack&#13;
&#13;
if I remember correctly, this happens because MySQL is set up to &#13;
automatically kill any connection where there was …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has-28062/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has-28062/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has/read.awp">Native MySQL Access Error 22 MySQL server has gone away</source><title>Re: Native MySQL Access Error 22 MySQL server has gone away</title></item><item><author>jdres</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has-28045/read.awp</comments><pubDate>3 Oct 2010 02:24:28 Z</pubDate><description>Nobody knows the answer?&#13;
&#13;
Anybody?&#13;
&#13;
TIA</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has-28045/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has-28045/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has/read.awp">Native MySQL Access Error 22 MySQL server has gone away</source><title>Re: Native MySQL Access Error 22 MySQL server has gone away</title></item><item><author>jdres</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has-27671/read.awp</comments><pubDate>10 Sep 2010 11:20:13 Z</pubDate><description>Anybody?</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has-27671/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has-27671/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/27644-native-mysql-access-error-22-mysql-server-has/read.awp">Native MySQL Access Error 22 MySQL server has gone away</source><title>Re: Native MySQL Access Error 22 MySQL server has gone away</title></item></channel></rss>
