Fuism has asked for the wisdom of the Perl Monks concerning the following question:

Good morning fellow Monks, I wondering if anyone has used a module or developed a script to access an OLAP server or create reports with OLAP functionality? I just started doing some reseach on OLAP and found out Java has a JOLAP API and was wondering if Perl would have anything similar. Thanks for your time, Fuism

Replies are listed 'Best First'.
Re: Perl Module for OLAP?
by Eyck (Priest) on Oct 24, 2004 at 12:52 UTC

    You can talk to OLAP server via OLE,

    also OLAP extensions are present in SQL::Routine, but I think you'll be better of with OLE. But it seems like it's not the easiest thing to do in perl

      How would you talk to OLAP using OLE?? Could you give me some example code? Thanks, Paofue