8.1.1.0, VB6, RDO, rdoResultset.RowCount

Поиск
Список
Период
Сортировка
От Hélder M. Vieira
Тема 8.1.1.0, VB6, RDO, rdoResultset.RowCount
Дата
Msg-id 000a01c5e593$0651bb20$580bfea9@hmv02
обсуждение исходный текст
Список pgsql-odbc
Hi.


I noticed a difference in behaviour in 8.1.1.0, related with the RowCount
property in RDO resultsets in VB6.
In version 7xxx, for some specific purposes, I used to open a resultset and
immediatly check RowCount.
For non-empty resultsets, at this point in time RowCount would be innacurate
but NOT EQUAL to 0, and based on this first evaluation I would proceed to
the next step, either assuming an empty set or forcing a move to the last
row to obtain a precise RowCount.
In version 8.1.1.0, RowCount always seems to be EQUAL to 0, unless I force a
move to the last row.
At this point, my problem is that I don't know which is the right
behaviour... Should I assume that in this and later versions of the driver
RowCount will always be EQUAL to 0 before visiting the last row ?


Thanks in advance.


Helder M. Vieira











В списке pgsql-odbc по дате отправления:

Предыдущее
От: Andreas
Дата:
Сообщение: Re: How remove stale DSN ?
Следующее
От:
Дата:
Сообщение: Re: 8.1.1.0, VB6, RDO, rdoResultset.RowCount