Re: Bug in SQLRowCount ? - Mailing list pgsql-odbc

From Jaydip
Subject Re: Bug in SQLRowCount ?
Date
Msg-id 1522843196056-0.post@n3.nabble.com
Whole thread Raw
In response to Re: Bug in SQLRowCount ?  (Johann Letzel <j.letzel@t-online.de>)
Responses Re: Bug in SQLRowCount ?
List pgsql-odbc
Hello,

I has also face same issue. I am just curious to know, how are you using
SQL_ATTR_PARAM_STATUS_PTR?
I have tried to use that in my code and I was incrementing the count based
on the status "SQL_PARAM_SUCCESS" i.e. 0.
However, I found that when I send let's say 3 rows in batch and there is no
row to delete, the status was still "SQL_PARAM_SUCCESS". When I called
"SQLRowCount" it was returning me 0.



--
Sent from: http://www.postgresql-archive.org/PostgreSQL-odbc-f2186591.html


pgsql-odbc by date:

Previous
From: Jason Willis
Date:
Subject: Re: SSL connection string documentation
Next
From: Clemens Ladisch
Date:
Subject: Re: Bug in SQLRowCount ?