Page 1 of 1

Direct access with named pipe

Posted: Mon 10 Jun 2013 15:55
by zeltron73
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.

Re: Direct access with named pipe

Posted: Tue 11 Jun 2013 15:27
by DemetrionQ
Hello.

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