Unicode driver in PostgreSQL ODBC Driver

This article deals with connection string related to Unicode driver in PostgreSQL ODBC Driver.
  • 3483

Using Unicode Driver

Unicode driver is a driver which must accept Unicode data. It is capable of accepting ANSI data also. The Unicode driver sets the client encoding to UTF-8. To use the unicode driver in your progrm use the following connection string.

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