Windows NT / Oracle 8i / BCB5 / DOA 3.3.2

RecordCount is not up to date after deleting a record:
I have a OracleDataset based on a "normal" table or on a temporary table.
By example, it contains 8 records.
RecordCount is 8.
When I delete one record (ore more), record count stills says 8.

Via the debugger window, I've also noticed that the private member Records->RecordCount() contains the correct number...

Thanks for help...

------------------
St


St