Re: [Q] SQLMoreResults causes error in SQLFetchScroll - Mailing list pgsql-odbc

From V S P
Subject Re: [Q] SQLMoreResults causes error in SQLFetchScroll
Date
Msg-id 1242568957.20636.1315864719@webmail.messagingengine.com
Whole thread Raw
In response to Re: [Q] SQLMoreResults causes error in SQLFetchScroll  (Christophe Garault <christophe@garault.org>)
Responses Re: [Q] SQLMoreResults causes error in SQLFetchScroll
List pgsql-odbc
Hi thank you for looking at this,


SQLRowCount actually returns correct results,
and SQLMoreResults(hstmt)
returns SQL_NO_DATA which is also perfectly correct


So if I only comment out SQLMoreResults  then
SQLFetchScroll works fine.

Therefore I am pretty certain that it is SQLMoreResults and
not SQLRowCount that cause a problem for pgODBC.

also there is no other way to get the number of rows
returned by select (of if it would be, it would certainly not
be ODBC compliant).

I emailed to Hiroshi in general about the row count, and
calling SQLMoreResults is the only way, otherwise I get
1 for bulk operations.


But going back to your question, SQLFetchScroll will error out
if you do not use select (because it is typically Select that returns
result rows).


Vlad







On Sun, 17 May 2009 11:14 +0200, "Christophe Garault"
<christophe@garault.org> wrote:
> Hello Vlad,
>
> I'm not sure that a call to SQLRowCount is allowed after a simple SELECT.
> What if you change your SELECT by an UPDATE or a DELETE ?
>
> --
> Christophe Garault
>
--
  V S P
  toreason@fastmail.fm

--
http://www.fastmail.fm - A fast, anti-spam email service.


pgsql-odbc by date:

Previous
From: Christophe Garault
Date:
Subject: Re: [Q] SQLMoreResults causes error in SQLFetchScroll
Next
From: Christophe Garault
Date:
Subject: Re: [Q] SQLMoreResults causes error in SQLFetchScroll