Determining the version of protocol

This article explains the connection string used to determine the version of protocol for Postgre protocol.
  • 1294
Introduction

Connection string used to determine the version of protocol is given below

Server=127.0.0.1;Port=5432;Database=user_database;User Id=Username;Password=User_Password;Protocol=2;

NOTE: Protocol attribute can take only two values: 2 and 3

Further Readings

You may also want to read these related articles.

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.