Page 1 of 1

2.70 and named pipes.

Posted: Mon 30 Jan 2006 21:58
by trevor
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!

Posted: Tue 31 Jan 2006 08:37
by Serious
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.