Re: PostgreSQL crash at SQLColAttribute()

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: PostgreSQL crash at SQLColAttribute()
Дата
Msg-id 5441301A.6060904@aklaver.com
обсуждение исходный текст
Ответ на PostgreSQL crash at SQLColAttribute()  (Bala krishna Devasani <baalaa13@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Oliver Freyd
Дата:
Сообщение: Re: [PATCH] SQLFreeStmt deletes params, but does not reset the stmt->prepared state.
Следующее
От: rohtodeveloper
Дата:
Сообщение: This may be a bug: odbc's function"check_client_encoding" have the same name with postgres's function.