Re: Memory Leak ?

Поиск
Список
Период
Сортировка
От Ludek Finstrle
Тема Re: Memory Leak ?
Дата
Msg-id 20060616080805.GA25182@soptik.pzkagis.cz
обсуждение исходный текст
Ответ на Re: Memory Leak ?  (zhaoxin <zhaox@necas.nec.com.cn>)
Ответы Re: Memory Leak ?  (zhaoxin <zhaox@necas.nec.com.cn>)
Список pgsql-odbc
> >>>Could you try the dll at
> >>>   http://www.geocities.jp/inocchichichi/psqlodbc/index.html ?
> >>>Recently I found a memory leak in some combination of connection
> >>>options.
> >>
> >>I have tested the driver downloaded from this link .
> >>but memory leak seems still exist .
> >
> >
> >Could you tell me your connection string ?
>
> My connection string is like this (with ODBC default settings):
>
>  SQLConnect(hdbc,(SQLCHAR*)szDSN, (SQLSMALLINT)strlen(szDSN),
>         (SQLCHAR*)szUID, (SQLSMALLINT)strlen(szUID),
>         (SQLCHAR*)szAuthStr, (SQLSMALLINT)strlen(szAuthStr));

Hiroshi needs to know the value for szDSN.

Regards,

Luf

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

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: Memory Leak ?
Следующее
От: Ludek Finstrle
Дата:
Сообщение: Re: case sensitivity on table & column names / workaround?