How to use ANSI driver in PostgreSQL

This article deals with connection string related to ANSI driver in PostgreSQL.
  • 2141
Introduction 

ANSI is a driver which can handle Ucode data asa multiple strings. It also provides extra console functions. To use ANSI driver in your system use the following connection string.

Driver={PostgreSQL ANSI};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.