Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cannot build decision cube with one record.

Status
Not open for further replies.

Eno25

Programmer
Nov 10, 2004
9
0
0
GB
Hi.

In my application I sometimes need to display the decision cube for a query which returns one Record.

There is a line in MXStore.pas
if FDataStore.DataSet.RecordCount <= 1 then raise ECacheError.Create(sEmptyDataSet);

I have seen a posting suggesting that changing this to < 1 and recompiling should allow me to display the Decision Cube for one record. I have made the changes to MXStore.pas, recompiled dlcdss.dpk and dss.dpk and installed the new bpls. However, the changes have not been implemented.

Am I missing a step?

Any help appreciated.
 
This sounds kind of obvious, but have you recompiled your own application since making the changes?

-Dell

A computer only does what you actually told it to do - not what you thought you told it to do. --Me
 
Yep - have done a full rebuild :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top