Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

where to get java packages of msado,adomd?

47 views
Skip to first unread message

wisecat

unread,
Mar 27, 2003, 8:51:52 PM3/27/03
to

hi, guys!
I am reading a java program concerning accessing a MSOLAP cube using
msado & msadomd technology. In the top of the programm there are
several lines like this:
import msado15.*;
import msado21.*;
import msadomd.*;
import com.ms.com.*;
import com.ms.wfc.data.*;
When I compiled this java source codes, I got error messages says
package msado15(and so on) does not exist, Who can tell me where can i
get all these packages? Thanks in advance!

--
Posted via http://dbforums.com

George Spofford

unread,
Mar 28, 2003, 9:51:37 AM3/28/03
to
Many people have tried to get Java access to ADO MD, but it doesn't work.
You can use JDBC to get flattened rowsets, but if you want a
multidimensional presentation, you'll need to write a JNI wrapper yourself,
or use the XML for Analysis provider and Java's XML processing APIs. I think
companies like Alphablox have created Java interfaces to AS2K, but I can't
tell you how well they work or how the classes are to work with.

HTH

wisecat wrote:

--
George Spofford
Microsoft MVP
Chief Architect / OLAP Solution Provider
DSS Lab
http://www.dsslab.com
geo...@dsslab.com
ISVs & IT organizations: Find out how DSS Lab can speed your development!


keith

unread,
Mar 28, 2003, 11:16:51 AM3/28/03
to
Hello,

Those are references to classes available if you are writing code using MS
J++, NOT Sun Java. J++ allows you to import native .dlls and creates COM
wrappers for them. J++ is now being migrated to J#. For more info on J++
and J# see

http://msdn.microsoft.com/vjsharp/productinfo/visualj/technical/support.asp
http://msdn.microsoft.com/vjsharp/default.asp


Keith


"George Spofford" <geo...@dsslab.com> wrote in message
news:3E846179...@dsslab.com...

wisecat

unread,
Mar 31, 2003, 9:35:03 AM3/31/03
to

hi, gorge and keith
Thank you for your help, but I don't think my question is solved. I
must use sun's jdk1.4 to compile those java programs wroten by a
india professor, I can't use vj++ or JNI ( by the way ,what is
JNI?) . And the india professor has already successfully used JDK
to access a MSOLAP cube by MDX in her java codes using packages
listed above. So please tell me where I can download these
packages!!! Thanks!
0 new messages