What are connection string for Dotconnect

This article gives the standard connection string for Dotconnect.
  • 2344

Standard for dotConnect

DotConnect for PostgreSQL is a build on ADO.NET technology and is used for developing PostgreSQL-based database applications. It has features such as easy to deploy, direct connectivity to the server, Unicode connections, SSL connection to PostgreSQL server, efficient connection pooling. To implement dotConnect for PostgreSQL  use the given connection string.

User ID=root;Password=user_Password;Host=localhost;Port=5432;Database=user_DataBase; Pooling=true;Min Pool Size=0;Max Pool Size=100;Connection Lifetime=0;

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.