>
>
>>Is there a way to get the number of affected rows of a non select statement
>>from libpgtcl?
>>
>>
>
>Doesn't pg_result provide a way to get that?
>
No, pg_result -numTuples only returns the number of found rows of a
select statement.
On update, delete -numTuples returns 0.
Regards,
Christian