Alex, I have a weird problem:
I have a connection to a Oracle 10g database. I have a very simple FactQuery. When I count the records in the query I find N records. Now, when I activate the cube I find only N-1 records. The first record is NOT read into the cube.
I think this is caused by the fact that the FIRST function does not position the cursor on the first record if the we use ADO and a serverside cursor. It does work if we use a ClientSide cursor, but then performance is unacceptable for larger amounts of data. I presume the Cube.Active:=true command involves this FIRST function.
Have you any suggestions how to solve this??
Thnx, Bas van de Pavert