I'm confused. In libpq++, it seems that ExecTuplesOk() should returnPGRES_TUPLES_OK if a tuples are returned from the query. Yet I'm gettingPGRES_COMMAND_OK instead. When I then check Tuples(), it returns 1. Am Imissing something?
Paul