Re: [INTERFACES] Counting updates with libpq

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bartek Teodorczyk <barteo(at)it(dot)pl>
Cc: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] Counting updates with libpq
Date: 1999-03-05 22:36:46
Message-ID: 3024.920673406@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Bartek Teodorczyk <barteo(at)it(dot)pl> writes:
> Is it possible to get number of updated records using the PQexec command
> and processing the PQresult record?

See PQcmdTuples() ...

regards, tom lane

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Max Calvo 1999-03-06 07:00:53 web interface
Previous Message Bartek Teodorczyk 1999-03-05 16:03:43 Counting updates with libpq