Re: libpq status question

From: Volkan YAZICI <volkan(dot)yazici(at)gmail(dot)com>
To: Louis Castoria <louisc(at)e9(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: libpq status question
Date: 2005-10-26 14:08:26
Message-ID: 7104a7370510260708h34180ba7ud2f4010bffa35ffe@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi,

On 10/25/05, Louis Castoria <louisc(at)e9(dot)com> wrote:
> How can I tell if the update was successfully or not.

You can use PQcmdTuples() function to learn the number of rows
affected by the SQL command.

Regards.

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Christoph Zwerschke 2005-10-26 20:30:46 Re: Interpreting PostgreSQL error messages
Previous Message Louis Castoria 2005-10-26 12:46:31 Status question