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 14:27:34
Message-ID: 36E3DE56.AE9FC94F@insightdist.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

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.

Byron

In response to

  • row count at 1999-03-05 09:31:32 from Sergio

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 1999-03-08 14:58:16 Re: [INTERFACES] copy command & null datetime
Previous Message Rafael López Benavente 1999-03-08 12:25:37 Access to a PostGres database from VisualBasic