MySQL Embedded, How Version of DLL?

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
eduardosic
Posts: 387
Joined: Fri 18 Nov 2005 00:26
Location: Brazil

MySQL Embedded, How Version of DLL?

Post by eduardosic » Wed 05 Nov 2008 18:18

Hi Devart team!!

How MySQL Embedded dll version i can use with sucess??

i try the mydac demo with the libmysqld.dll 5.1.22-rc

but i have a access violation when closes the demo application.

the access violation ocurrs only if a innodb table was opened..

i made a small project:
http://www.drdsistemas.com.br/util/MyEm ... lation.zip

i test with Delphi 2007/2009 and the Last MyDAC Build 5.55 and 5.70

thank's and help.

:D

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 06 Nov 2008 10:42

Try to use the libmysqld.dll version 4.1.18.

eduardosic
Posts: 387
Joined: Fri 18 Nov 2005 00:26
Location: Brazil

Post by eduardosic » Thu 06 Nov 2008 11:33

Dimon wrote:Try to use the libmysqld.dll version 4.1.18.
But i need of InnoDB, View,,, 4.1 don't suport it.

Some idea about the access violation on closing application after open a innodb table?

eduardosic
Posts: 387
Joined: Fri 18 Nov 2005 00:26
Location: Brazil

Post by eduardosic » Fri 07 Nov 2008 19:42

eduardosic wrote:
Dimon wrote:Try to use the libmysqld.dll version 4.1.18.
But i need of InnoDB, View,,, 4.1 don't suport it.

Some idea about the access violation on closing application after open a innodb table?
Hi Devart... investigation is in progress or no?

Thank's

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 13 Nov 2008 07:41

eduardosic wrote:But i need of InnoDB, View,,, 4.1 don't suport it.
Really, to use InnoDB tables you should use MySQL Embedded dll version 5 and higher.
eduardosic wrote:Some idea about the access violation on closing application after open a innodb table?
It is a bug of MySQL Embedded server but not MyDAC. This access violation is raised in dll and we can't prevent it.

eduardosic
Posts: 387
Joined: Fri 18 Nov 2005 00:26
Location: Brazil

Post by eduardosic » Thu 13 Nov 2008 11:12

Dimon wrote:
eduardosic wrote:But i need of InnoDB, View,,, 4.1 don't suport it.
Really, to use InnoDB tables you should use MySQL Embedded dll version 5 and higher.
eduardosic wrote:Some idea about the access violation on closing application after open a innodb table?
It is a bug of MySQL Embedded server but not MyDAC. This access violation is raised in dll and we can't prevent it.
Ok Domin, no problem, i go to use the Embedded to make a trial of My Software's.

thank's for the precious Help;;

king regard's

Post Reply