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

From Adam M
Subject Re: get number of rows selected
Date
Msg-id 84b37b360804030930o1b771e47ib9082bf3cecb54f6@mail.gmail.com
Whole thread Raw
In response to get number of rows selected  ("Malm Paul" <paul.malm@saabgroup.com>)
Responses Re: get number of rows selected  (Andrei Kovalevski <andyk@commandprompt.com>)
List pgsql-odbc
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

pgsql-odbc by date:

Previous
From: "Nguyen, Lam Thuy"
Date:
Subject: Connection of postgres
Next
From:
Date:
Subject: [ psqlodbc-Bugs-1010368 ] connection problem with postgresql driver 8.03.0100 to postgresql 8.3.0