pg*.dll in psqlODBC have no version numbers

2023-09-27 Thread Mark Hill
We download the ODBC source from http://ftp.postgresql.org and build it on-site, 13.02. in this case. A colleague noticed that the following files in the psqlODBC MSI for Windows have no version numbers: pgenlist.dll pgenlista.dll pgxalib.dll Does anyone know if that is be design or just

after psqlodbc upgrade - Which change solves the error: -2147217887

2021-07-09 Thread gzh
(32bit) on my site and everything appears to be working fine now. psqlODBC 11.00. Release notes Changes: 1.Remove obsolete maps pointed out. POWER -> pow, CONCAT -> textcat, LEFT -> ltrunc, RIGHT -> rtrunc Patch by Daniel Cory. 2.Remove connSettings option and/or pqopt opt

Re: How to get error message details from libpq based psqlODBC driver (regression)

2020-02-23 Thread Andrus
Hi! I don't have an answer for you. There maybe someone else on this list that could help, though I think your best bet would be to ask the question again on the pgsql-odbc list. I posted it in pgsql-odbc list. In pgsql odbc source code file connection.c: line 866 contains: errprimary = PQr

Re: How to get error message details from libpq based psqlODBC driver (regression)

2020-02-23 Thread Adrian Klaver
On 2/23/20 1:06 AM, Andrus wrote: Hi! What does the log_error_verbosity setting in postgresql.conf show? It is not set. postgresql.conf contains it default value from installation: #log_error_verbosity = default    # terse, default, or verbose messages I changed it to log_error_verbosi

Re: How to get error message details from libpq based psqlODBC driver (regression)

2020-02-23 Thread Andrus
Hi! What does the log_error_verbosity setting in postgresql.conf show? It is not set. postgresql.conf contains it default value from installation: #log_error_verbosity = default# terse, default, or verbose messages I changed it to log_error_verbosity = verbose but problem persists.

Re: How to get error message details from libpq based psqlODBC driver (regression)

2020-02-22 Thread Ron
On 2/22/20 5:19 PM, Adrian Klaver wrote: On 2/22/20 2:37 PM, Andrus wrote: Hi! I'm looking for a way to fix psqlODBC driver regression. Starting at psqlODBC 09.05.0100 when psqlODBC driver uses libpq for all operations (earlier versions used libpg only for authentication) ODBC client doe

Re: How to get error message details from libpq based psqlODBC driver (regression)

2020-02-22 Thread Adrian Klaver
On 2/22/20 2:37 PM, Andrus wrote: Hi! I'm looking for a way to fix psqlODBC driver regression. Starting at psqlODBC 09.05.0100 when psqlODBC driver uses libpq for all operations (earlier versions used libpg only for authentication) ODBC client does not show error message details.

How to get error message details from libpq based psqlODBC driver (regression)

2020-02-22 Thread Andrus
Hi! I'm looking for a way to fix psqlODBC driver regression. Starting at psqlODBC 09.05.0100 when psqlODBC driver uses libpq for all operations (earlier versions used libpg only for authentication) ODBC client does not show error message details. For example, users got only generic

RE: psqlODBC

2018-09-04 Thread Kumar, Virendra
: psqlODBC On 09/04/2018 06:38 AM, Kumar, Virendra wrote: > Hi Community, > > We are facing some problem with using psqlODBC driver connecting to > postgres-xl. Whom should we redirect our queries? https://www.postgresql.org/list/pgsql-odbc/ > > Basically, when using load balanc

Re: psqlODBC

2018-09-04 Thread Adrian Klaver
On 09/04/2018 06:38 AM, Kumar, Virendra wrote: Hi Community, We are facing some problem with using psqlODBC driver connecting to postgres-xl. Whom should we redirect our queries? https://www.postgresql.org/list/pgsql-odbc/ Basically, when using load balancing across cluster we are seeing

psqlODBC

2018-09-04 Thread Kumar, Virendra
Hi Community, We are facing some problem with using psqlODBC driver connecting to postgres-xl. Whom should we redirect our queries? Basically, when using load balancing across cluster we are seeing below error and the process is failing: -- "AutomationException: Underlying DBMS error[

psqlODBC and PostgreSQL

2018-03-05 Thread muthamma.appaiah
Hi team, Could you tell me the components of psqlODBC, what other applications come along with this download package? Could you let me know if PostgreSQL (Client version 10.x) is a stand alone product or an embedded product? If it is packaged separately by package maintenance?