MySQL server gone away after call to dll
Posted: 30.10.2012, 12:39
Hi,
I've a program with connection to some Mysql server. This program calls a stand alone dll. In the dll again a connection is created to the same Mysql server, and afterwards deleted. The dll gives the correct result.
After return in the calling program, when for the first time there is some call to the server, I get the error "MySQL server has gone away".
What can be at hand? Is the architectur with a dll that connects to the same server not allowed? Has anyone a suggestion what to do?
Regards, Henk
I've a program with connection to some Mysql server. This program calls a stand alone dll. In the dll again a connection is created to the same Mysql server, and afterwards deleted. The dll gives the correct result.
After return in the calling program, when for the first time there is some call to the server, I get the error "MySQL server has gone away".
What can be at hand? Is the architectur with a dll that connects to the same server not allowed? Has anyone a suggestion what to do?
Regards, Henk