Re: Bug in SQLRowCount ?

From: Jaydip <jaydeep(dot)thakkar92(at)gmail(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Bug in SQLRowCount ?
Date: 2018-04-04 11:59:56
Message-ID: 1522843196056-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Clemens Ladisch 2018-04-04 13:02:17 Re: Bug in SQLRowCount ?
Previous Message Jason Willis 2018-04-04 09:52:09 Re: SSL connection string documentation