I am trying to connect Java with MS OLAP server, the problem is I
want to execute multi-dimensional queries, that return
multidimensional data, JDBC can only take double dimensional like
rows & columns,
offcourse I know I can pass any type of SQL from JDBC, but the
problem is how can I get the multi dimensional data, I heard about
JOLAP, but it does'nt exists yet, and then I thought I may use Java-
Com Bridge, that is built a COM object to connect with MS OLAP and
Java will connect with the COM object and will request data, like I
may use J-Integra, But I am not satisfied with this solution, any one
can help me through this condition or give some comments on the topic.