Page 1 of 1
MySQL Embedded, How Version of DLL?
Posted: Wed 05 Nov 2008 18:18
by eduardosic
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.

Posted: Thu 06 Nov 2008 10:42
by Dimon
Try to use the libmysqld.dll version 4.1.18.
Posted: Thu 06 Nov 2008 11:33
by eduardosic
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?
Posted: Fri 07 Nov 2008 19:42
by eduardosic
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
Posted: Thu 13 Nov 2008 07:41
by Dimon
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.
Posted: Thu 13 Nov 2008 11:12
by eduardosic
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