Direct access with named pipe

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
zeltron73
Posts: 20
Joined: Mon 04 Jun 2012 07:46

Direct access with named pipe

Post by zeltron73 » Mon 10 Jun 2013 15:55

Hello,

I use the 7.6.11 version of MyDAC under Delphi 5. I would like to test connections with MySQL using named pipes. The only way I find is to start MySQL with --enable_named-pipe and using Options.Direct = False and Options.Protocol = mpPipe.

1. If you want to use another pipe name (e.g. mypipe) and not the default one (MySQL), how can I configure it through the TMyConnection object ?
2. Is it possible to use named pipes with a Direct connection and if not, would you plan to implement it soon ?

Regards.

DemetrionQ
Devart Team
Posts: 271
Joined: Wed 23 Jan 2013 11:21

Re: Direct access with named pipe

Post by DemetrionQ » Tue 11 Jun 2013 15:27

Hello.

1) MyDAC supports only standard pipe name - MySQL.
2) МуDAC can work via the Pipe protocol in the Direct mode.

Post Reply