Hi,
MySQL 5.6 just GA with embedded database library, MyDAC support it?
Thanks.
MyDAC Support MySQL 5.6 Embedded Database?
-
DemetrionQ
- Devart Team
- Posts: 271
- Joined: Wed 23 Jan 2013 11:21
Re: MyDAC Support MySQL 5.6 Embedded Database?
Hello.
For the time being we don't support MySQL 5.6 Embedded Server. We will add support for it in future versions.
For the time being we don't support MySQL 5.6 Embedded Server. We will add support for it in future versions.
-
DemetrionQ
- Devart Team
- Posts: 271
- Joined: Wed 23 Jan 2013 11:21
Re: MyDAC Support MySQL 5.6 Embedded Database?
Hello.
We have tested the MyDAC functioning with MySQL 5.6.10 Embedded Server. MyDAC supports this server. However, for correct functioning, set the MySQLEmbDisableEventLog global variable to True, that is declared in the MySQLApi unit.
We have tested the MyDAC functioning with MySQL 5.6.10 Embedded Server. MyDAC supports this server. However, for correct functioning, set the MySQLEmbDisableEventLog global variable to True, that is declared in the MySQLApi unit.
Code: Select all
MySQLApi.MySQLEmbDisableEventLog := True;