Re: psqlodbc07.02.0006 bug report

From: "Han" <zhouhanok(at)vip(dot)sina(dot)com>
To: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
Cc: pgsql-odbc(at)postgresql(dot)org <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: psqlodbc07.02.0006 bug report
Date: 2002-12-03 02:21:25
Message-ID: 20021203022042.291E2475A09@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hiroshi Inoue,

After SQL_NEED_DATA, it's OK. But there's still the problem when calling SQLGetDiagField(SQL_HANDLE_STMT,...) after SQL_ERROR--no response and never return.

>Han wrote:
>>
>> Hi,
>>
>> After returning SQL_NEED_DATA or SQL_ERROR, for example, SQLPrepare(hstmt, "", SQL_NTS) will return SQL_ERROR), calling SQLGetDiagField(SQL_HANDLE_STMT, hstmt, 0, SQL_DIAG_NUMBER, &sdNum, sizeof(sdNum), NULL) will never return and the application will be in dead loop.
>
>Please try the latest snapshot again.
>
>regards,
>Hiroshi Inoue

        Han
        zhouhanok(at)vip(dot)sina(dot)com
          2002-12-03

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2002-12-03 04:01:05 Re: psqlodbc07.02.0006 bug report
Previous Message Hiroshi Inoue 2002-12-03 00:40:19 Re: Datetime and pgtypes.c