How to use Named Pipes protocol in Mimer SQL

This article explains how to use Named Pipes protocol in Mimer SQL and connection strings related with it.
  • 1796

Introduction

To use named pipes the operating system user must have an account setup on both the local machine and on the machine where the remote database resides. Both account must be created with the same password. Connection string by which named pipes protocol is used in Mimer SQL is given below.

Protocol=named_pipes;Service=server_add;Database=database_name;User Id=user_name;Password=password;

In this connection string parameter Service is used to specify the server through which it is connected.

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.