Re: Bug in SQLRowCount ?
Jaydip <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.odbc |
|---|---|
| Message-ID | <[email protected]> |
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