On Tue, Aug 11, 2009 at 3:35 AM, Juan Backson<[email protected]> wrote: > PGRES_COMMAND_OK
You want PGRES_TUPLES_OK for a select statement. You're not getting an actual failure- you're checking for the wrong status. -- - David T. Wilson [email protected] -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
