Re: get number of rows selected - Mailing list pgsql-odbc

From Andrei Kovalevski
Subject Re: get number of rows selected
Date
Msg-id 47F97928.6010905@commandprompt.com
Whole thread Raw
In response to Re: get number of rows selected  ("Adam M" <gnuman1@gmail.com>)
List pgsql-odbc
Hello,

Take a look at SQLRowCount( http://msdn2.microsoft.com/en-us/library//ms711835.aspx ). You may note:

For other statements and functions, the driver may define the value returned in *RowCountPtr. For example, some data sources may be able to return the number of rows returned by a SELECT statement or a catalog function before fetching the rows.

You may rely on this when using  psqlODBC or  ODBCng with buffering mode ON (default).

Adam M wrote:
Generally you would do that with a count function instead of relying
on something else.

"select * from layer where visible = 1"

so I guess "SELECT COUNT(*) FROM layer WHERE visible=1" would give you
the answer.

- Adam 
-- 
Andrei Kovalevski
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/

pgsql-odbc by date:

Previous
From: "Nguyen, Lam Thuy"
Date:
Subject: Re: Connection of postgres
Next
From: Andrei Kovalevski
Date:
Subject: Re: Connection of postgres