2.70 and named pipes.

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
trevor
Posts: 3
Joined: Mon 30 Jan 2006 21:49

2.70 and named pipes.

Post by trevor » Mon 30 Jan 2006 21:58

Does anyone have connection string syntax for use with named pipes? I can't seem to locate any documentation (that came with the installer) that lists out all the possible connection string options, and searching for pipe here on the forum doesn't yield fruitful results.

Thanks!

Serious

Post by Serious » Tue 31 Jan 2006 08:37

All connection options are listed in MySqlConnection.Connection topic. You can change protocol used by MySQLDirect .NET with Protocol option. You can use MySqlConnection.Protocol option for the same purpose.
Note that MySQLDirect .NET can work with shared pipes only in Direct=false mode.

Post Reply