Declare/Fetch

From: Johann Zuschlag <zuschlag2(at)online(dot)de>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, anoopk(at)pervasive-postgres(dot)com, pgsql-odbc(at)postgresql(dot)org
Subject: Declare/Fetch
Date: 2005-11-02 13:01:36
Message-ID: 4368B8B0.4030505@online.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi Dave, hi Anoop,

In qresult.c you still find:

515 if (fetch_count < fetch_count)

Declare/Fetch will not work without changing that, i.e. just fetch one line.

515 if (fetch_count < num_backend_rows)
(Dave's proposal)

seems to be a better choice.

regards,
Johann

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Page 2005-11-02 13:10:11 Re: Declare/Fetch
Previous Message Dave Page 2005-11-02 12:32:56 Re: Snaphost or MSI?