How to deal with Encapsulation

This article deals with connection string related to Encapsulation.
  • 1540

Introduction

The connection given below encapsulates OleDbConnection class into OLEDB provider. To implement it in your following program use the following connection string.

Provider=PostgreSQL OLE DB Provider;Data Source=SpecifiedServerAddress;location=user_DataBase;User ID=myUsername;password=user_Password;timeout=900;

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.