Diman
Admin
 Admin
| Posts: 1482 |  | Karma: 19 |
|
RE: Recordcount with TOCIQUERY
|
|
Posted: 2000/05/08 17:03 |
|
|
|
|
First at all, "100 in TOCIDATABASE", i think, it is: TOCIDatabase.DefaultFetchParams.RowsetSize This parameter determines how many records by default TOCIQuery will fetch from server in one fetch operation.
TOCIQuery.RecordCount by default returns total count of fetched records. So, in general, it will increment by RowsetSize for first and next fetches and will show total count after last fetch (all records are fetched).
To solve your issue, i need: - server version; - client version; - NCOCI8 version; - and will be best - demo project.
Please, send it direcly to me.
Regards, Dmitry
|
|