A couple of questions
Hi, I just downloaded the demo version of FastCube 1.4.
The first thing I did was creating a TADODatabase connection and a query to a PostgreSql database, the query only retrieves 10 records and 3 fields, "IDCustomer", "FirstName" and "LastName" it's really small and fast. I linked the query (TDataSet descendant) to a Slice, then the slice to the Cube.
1) When I start my sample application, it takes ages to show the data. Why is it so slow?.
2) How to get data from a different source, like an Array?.
3) What is an .mdc file? if this file is the data to be shown in the Cube, how can I create the file by programming?.
Thanks,
Leonardo.
The first thing I did was creating a TADODatabase connection and a query to a PostgreSql database, the query only retrieves 10 records and 3 fields, "IDCustomer", "FirstName" and "LastName" it's really small and fast. I linked the query (TDataSet descendant) to a Slice, then the slice to the Cube.
1) When I start my sample application, it takes ages to show the data. Why is it so slow?.
2) How to get data from a different source, like an Array?.
3) What is an .mdc file? if this file is the data to be shown in the Cube, how can I create the file by programming?.
Thanks,
Leonardo.
Comments
1. Excuse, I have not understood You. What problem?
2. Source of the data can be only successors TDataSet in this version FastCube.
Version 2 will support loading the user data.
3. .mdc is a file with the data kept from FastCube. You can create it only using TfcSlice.
Oleg.