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.
Direct access with named pipe
-
DemetrionQ
- Devart Team
- Posts: 271
- Joined: Wed 23 Jan 2013 11:21
Re: Direct access with named pipe
Hello.
1) MyDAC supports only standard pipe name - MySQL.
2) МуDAC can work via the Pipe protocol in the Direct mode.
1) MyDAC supports only standard pipe name - MySQL.
2) МуDAC can work via the Pipe protocol in the Direct mode.