Direct access to MySQL in version 6.4.14

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Emil1957
Posts: 12
Joined: Thu 04 Aug 2016 12:10

Direct access to MySQL in version 6.4.14

Post by Emil1957 » Tue 27 Sep 2016 14:51

After I have updated to version 6.4.14 I miss the specific option "Direct" for the MySQL provider (for MSSQL, Oracle...it is stll there).

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Direct access to MySQL in version 6.4.14

Post by ViktorV » Tue 27 Sep 2016 15:31

We have removed the specific option "Direct" for the MySQL provider, because all the functionality of our components is supported in Direct Mode, and performance is higher in comparison to using client library. Some features are not supported not in Direct Mode.

Emil1957
Posts: 12
Joined: Thu 04 Aug 2016 12:10

Re: Direct access to MySQL in version 6.4.14

Post by Emil1957 » Wed 28 Sep 2016 15:47

Thank you for the information,

does this mean that no "MySQL client dll" is necessary on the local computer?

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Direct access to MySQL in version 6.4.14

Post by ViktorV » Thu 29 Sep 2016 13:05

Yes, UniDAC connects to MySQL server directly in Direct Mode, avoiding MySQL client library.

chkaufmann
Posts: 82
Joined: Sat 01 Jul 2006 11:42

Re: Direct access to MySQL in version 6.4.14

Post by chkaufmann » Tue 04 Oct 2016 05:58

ViktorV wrote:We have removed the specific option "Direct" for the MySQL provider.
I run in the same problem and found the solution here. But in the current helpfile, "Direct" is still listed as provider specifc option for MySql, so you should remove that.

cu Christian

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Direct access to MySQL in version 6.4.14

Post by ViktorV » Fri 28 Oct 2016 08:49

Thank you for information. We will make changes in UniDAC help.

Post Reply