Unidac Direct Connect Mysql

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
kaffeburk
Posts: 214
Joined: Mon 29 Jan 2007 08:03

Unidac Direct Connect Mysql

Post by kaffeburk » Fri 12 May 2017 21:37

Hello,

I cant find any property in the tUniConnection to control if its direct connect or not to Mysql. Where is this?

Regards, Pär

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

Re: Unidac Direct Connect Mysql

Post by ViktorV » Sat 13 May 2017 06:51

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. UniDAC connects to MySQL server directly in Direct Mode, avoiding MySQL client library.

Post Reply