Deal with Standard for OLE DB Provider for PostgreSQL

This article deals with connection string related Standard for OLE DB Provider for PostgreSQL.
  • 2235

Standard for OLE DB Provider for PostgreSQL

OLE DB is the default ADO driver technology and is used in various types and no. of programs. The command given below is a standard connection string for OLE DB Provider for PostgreSQL.

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

NOTE: If above command does not work then refer to the following command.

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

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.