How to use ODBC driver in PostgreSQL

This article deals with connection string related to ODBC driver in PostgreSQL.
  • 1834

Introduction

PsqlODBC is the official driver of PostgreSQL ODBC Driver. It was developed by Christian Czezatke and Dan McGuirk. To use PostgreSQL ODBC Driver in your program use the following connection string.

Driver={PostgreSQL};Server=IP address;Port=5432;Database=User_Database;Uid=Username;Pwd=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.