Can you please somebody tell me whether Java supports the OLE DB
for OLAP (Object Link Embedding DataBase for On-Line Analyitical
Processing)concepts to access/retrieve the data from Multi-
Dimensional data base tables.
ODBO is the higher level concept of ODBC from Micro soft.
With the help of ODBC connectivity, we can access only relational
data base tables and with ODBO can access the multi-dimensional data.
With the JDBC concept we can connect and retrieve from Relational DB.
Does Java has any concept of doing same functionalites with ODBO for
accessing Multi-dimensional data by generating MDX(Multi-dimensional
expressions) queries and SQL for JDBC. Please help me for this
question. thanks for the help.