• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Olap or JOlap

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi EveryBody:
Im searching for a solution to create a servlet or jsp using an Olap Conexion to MSSQL Olap Server. I will really appreciate any advisment or tip about where to download jolap driver or something similar.
Thanks in advance.
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I had to go looking for OLAP, it wasn't a term I was familiar with...
Sounds like what you are looking for is the MS SQL drivers for JDBC so you can plug it into OLAP via JOLAP. Best place to look is always the JDBC Drivers list.
Hope this helps,
Dave.
 
Sami Casab
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I Have now the mssql jdbc driver and i can execute sql statments against the transactional server, but how can i execute MDX instruccions against the Olap Server.
Thanks in advance.
reply
    Bookmark Topic Watch Topic
  • New Topic