libmysql.dll - to many subsequent errors

The forum for ZeosLib 7.2 Report problems. Ask for help, post proposals for the new version and Zeoslib 7.2 features here. This is a forum that will be edited once the 7.2.x version goes into RC/stable!!

My personal intention for 7.2 is to speed up the internals as optimal a possible for all IDE's. Hope you can help?! Have fun with testing 7.2
Post Reply
vejrous
Junior Boarder
Junior Boarder
Posts: 27
Joined: 19.02.2017, 21:33

libmysql.dll - to many subsequent errors

Post by vejrous »

Hi, I have problem with library above (downloaded from "https://dev.mysql.com/downloads/connector/c/". In the *.zip locate the "lib" directory with "libmysql.dll".)
Problem is based on library verison.
With version 6.1.6.0 everything works fine, but the latest version 6.1.11.0 gives me error "too many consecutive exeptions".
zeos_error.PNG
Project contains from Zeos components only TConnection, that is connected when the program start and disconected before program ends.
No errors in Delphi 2010 are raised.
No Querry components are used.

Zeos is download from SVN. Trunk version used: "http://svn.code.sf.net/p/zeoslib/code-0/trunk".

Can anyone help, where is the problem?
You do not have the required permissions to view the files attached to this post.
Fr0sT
Zeos Dev Team
Zeos Dev Team
Posts: 280
Joined: 08.05.2014, 12:08

Re: libmysql.dll - to many subsequent errors

Post by Fr0sT »

WinXD, D7, MySQL server 5.5.23, Zeos 7.3 - not reproducible
I'd suggest to try 7.2 or 7.3 at first.
vejrous
Junior Boarder
Junior Boarder
Posts: 27
Joined: 19.02.2017, 21:33

Re: libmysql.dll - to many subsequent errors

Post by vejrous »

What is the SVN path for 7.2 and 7.3 please?
Tested library 6.1.6.0 and 6.1.11.0 from Lazarus 1.6.4 and no problem.
Could there be any problems when zeos controls reside in DLL?
Win 7
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1939
Joined: 17.01.2011, 14:17

Re: libmysql.dll - to many subsequent errors

Post by marsupilami »

Hello vejrous,

I don't know about any problems when Zeos is used in a DLL. The SVN path for Zeos 7.2 is http://svn.code.sf.net/p/zeoslib/code-0 ... esting-7.2. For Zeos 7.3 it is http://svn.code.sf.net/p/zeoslib/code-0 ... esting-7.3

With best regards,

Jan
vejrous
Junior Boarder
Junior Boarder
Posts: 27
Joined: 19.02.2017, 21:33

Re: libmysql.dll - to many subsequent errors

Post by vejrous »

Tested both 7.2 and 7.3 versions:
library 6.1.11.0 - same error (it is displayed when program tries to terminate, until then everything runs OK)
library 6.1.6.0 - no problem at all

MySQL version: 5.6.28-log

I could not get my head around it, so I created empty exe project with Zeos and project with Zeos in dll. No problems at all.
So something is getting really bad in my main project, I just don't see it yet.

Thank you for all your help!
I go digging into the code :)
You do not have the required permissions to view the files attached to this post.
Post Reply