Use Unicode

This option specifies whether the connector returns PostgreSQL data as Unicode or regular SQL types.

  • Enabled (1): The connector returns data as Unicode character types:
    • SQL_WCHAR is returned instead of SQL_CHAR.
    • SQL_WVARCHAR is returned instead of SQL_VARCHAR.
    • SQL_WLONGVARCHAR is returned instead of SQL_LONGVARCHAR.
  • Disabled (0): The connector returns data as regular SQL types:
    • SQL_CHAR is returned instead of SQL_WCHAR.
    • SQL_VARCHAR is returned instead of SQL_WVARCHAR.
    • SQL_LONGVARCHAR is returned instead of SQL_WLONGVARCHAR.
Key Name Default Value Required

UseUnicode

Selected (1)

No