Обсуждение: no of affected rows in prepared stmts

Поиск
Список
Период
Сортировка

no of affected rows in prepared stmts

От
"Rahul_Iyer"
Дата:
hi
whenever i call an execute on a prepared statement, i get the return value
of PQcmdTuples() as NULL even if the query did modify tuples...
how can i get the number of affected tuples?
thanx in adv.
rahul



Re: no of affected rows in prepared stmts

От
Christoph Haller
Дата:
>
> hi
> whenever i call an execute on a prepared statement, i get the return
value
> of PQcmdTuples() as NULL even if the query did modify tuples...
> how can i get the number of affected tuples?
> thanx in adv.
> rahul
>
I'm observing the same pretty odd behavior.
Do we both expect something wrong.
Regards, Christoph