BUG #2181: Bug in SQLNumResultCols

From: "Thomas Goerner" <tg(at)clickware(dot)de>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2181: Bug in SQLNumResultCols
Date: 2006-01-18 17:10:00
Message-ID: 20060118171000.2F7A2F0B01@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2181
Logged by: Thomas Goerner
Email address: tg(at)clickware(dot)de
PostgreSQL version: 8.1
Operating system: WinXP
Description: Bug in SQLNumResultCols
Details:

calling SQLNumResultCols on a hstmt that has been executed previously and
then closed using SQLFreeStmt(m_hstmt, SQL_CLOSE) (MFC's
CRecordset::Requery() does this) re-executes the statement.

ODBC driver version is 8.01.01.02.

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2006-01-18 18:14:36 Re: Huge number of disk writes after migration to 8.1
Previous Message Tom Lane 2006-01-18 16:44:37 Re: Huge number of disk writes after migration to 8.1