How to use TCP/IP in Mimer SQL

This article describes how to use TCP/IP in Mimer SQL and connection strings related with it.
  • 1359

Introduction

The connection string through which TCP/IP port can be specify have parameters Protocol, Node, Service, Database, User id, Password in it. The Service parameter of this connection string is used to specify TCP port.

Syntax

Protocol=tcp;Node=server_add;Service=1333;Database=database_name;User Id=user_name;Password=password;

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.