Re: [INTERFACES] row count

From: Byron Nikolaidis <byronn(at)insightdist(dot)com>
To: Sergio <ser(at)perio(dot)unlp(dot)edu(dot)ar>
Cc: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] row count
Date: 1999-03-08 21:52:22
Message-ID: 36E44696.38F7C64B@insightdist.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Sergio wrote:

> Byron Nikolaidis <byronn(at)insightdist(dot)com> el día Mon, 08 Mar 1999 09:27:34
> -0500, escribió:
>
> >
> >
> >Sergio wrote:
> >
> >> Byron,
> >>
> >> How I can know the number of rows in the set after a _select_
> >> (ie SQLRowCount isn't valid here) statement using ODBC ?
> >>
> >>
> >
> >Actually, it is valid, and will return the number of rows in the result
> >set, but only if you are *NOT* using the "Declare/Fetch" option of the
> >driver.
>
> Very good information, thanks.
>
> Now suppose that I don't know if the user is using declare/fetch,
> I have another option ?
>
>

SQLRowCount returns -1, which is what the odbc spec says to return if the
driver doesnt know the count.

Byron

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Ross J. Reedstrom 1999-03-08 22:04:37 Re: [INTERFACES] Re: Read-only in MSAccess
Previous Message Ben Gunter 1999-03-08 21:46:57 Re: Read-only in MSAccess