Connection lost notification

Поиск
Список
Период
Сортировка
От
Тема Connection lost notification
Дата
Msg-id 619ABD714EEDD84E8E582E993559DB36142B15D9@EXMB12TSTRZ2.tcad.telia.se
обсуждение исходный текст
Список pgsql-odbc

Hi,

I am connecting PostgreSQL 9.3.4 over psqlodbc 9.3.3.

I am wondering is there any way to get notification from psqlodbc about connection down to database?

 

I found this event callback interface (int PQregisterEventProc(PGconn *conn, PGEventProc proc, const char *name, void *passThrough)) in the libpq, which I think makes what I need. Is there any way to do similar things over psqlodbc? Or is there any way to get PGconn* from psqlodbc, so I can call the PQregisterEventProc method?

 

Thanks in advance,

Lev Bukovski

В списке pgsql-odbc по дате отправления:

Предыдущее
От: Hiroshi Saito
Дата:
Сообщение: Re: Need new psqlODBC release to update OpenSSL again
Следующее
От: "Inoue, Hiroshi"
Дата:
Сообщение: Re: Re: Inconsistency between JDBC and ODBC drivers when dealing with TIMESTAMP WITH TIME ZONE