Message-ID: From: "Maniyur1Git (@Maniyur1Git)" To: "postgresql-interfaces/psqlodbc" Date: Wed, 22 May 2024 13:35:04 +0000 Subject: Re: [postgresql-interfaces/psqlodbc] issue #22: ODBC driver issue while working with Informatica Cloud In-Reply-To: References: List-Id: X-GitHub-Author-Login: Maniyur1Git X-GitHub-Comment-Id: 2124816379 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 22 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/issues/22#issuecomment-2124816379 Content-Type: text/plain; charset=utf-8 Here it is. odbc.ini --------------------------------------------------- [ODBC_pgconnection] Driver=/usr/local/lib/psqlodbcw.so Description=PostgreSQL DSN Servername=<> PortNumber=5432 Database=<> SSLMode=require DriverUnicodeType=1 AllowedOpenSSLVersions=1.1.1 odbcinst.ini --------------------------------------------------- [PostgreSQL] Description = ODBC for PostgreSQL Driver = /usr/local/lib/psqlodbcw.so Setup = /usr/local/lib/libodbcpsqlS.so Driver64 = /usr/local/lib/psqlodbcw.so Setup64 = /usr/local/lib/libodbcpsqlS.so FileUsage = 1 Threading = 2