Re: PostgreSQL crash at SQLColAttribute() - Mailing list pgsql-odbc

From Adrian Klaver
Subject Re: PostgreSQL crash at SQLColAttribute()
Date
Msg-id 5441301A.6060904@aklaver.com
Whole thread Raw
In response to PostgreSQL crash at SQLColAttribute()  (Bala krishna Devasani <baalaa13@gmail.com>)
List pgsql-odbc
On 10/17/2014 12:22 AM, Bala krishna Devasani wrote:
> No error message were getting . My application is simply getting crashed
> at function SQLGetInfo().
>
> i am using linux ubuntu (12.04)
>
> PostgreSQL:PostgreSQL 9.1
> unixODBC (2.3.2),
> PostgreSQL
> database (9.1),
> psqlodbc driver (3.03) ,
> libodbc++-0.2.3
>
>
> Can u please tell me what might be the problem. is it a problem with
> *postgresql odbc driver* (or) *unix odbc driver* ???

Do not have a clue and without more information I doubt it is solvable.

So:

1) What application are using?

2) What are you doing when you use SQLGetInfo()?
     The code that you are using would be helpful.

3) You mentioned something about a trace. Is there information available
from that trace?

4) If not can you set up a trace?

5) Have you set up logging in ODBC?
    If so what is in the logs?
    If not set it up and then run the code.

>
> Thanks & Regards
> Balakrishna
>


--
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-odbc by date:

Previous
From: Oliver Freyd
Date:
Subject: Re: [PATCH] SQLFreeStmt deletes params, but does not reset the stmt->prepared state.
Next
From: rohtodeveloper
Date:
Subject: This may be a bug: odbc's function"check_client_encoding" have the same name with postgres's function.