Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
95
WPF XamPivotGrid and XamPivotDataSelector connect with ORACLE database
posted

Hi,

I am new to Vs2010 and Infragistics 13.1. My company is using Infragistics 10.3 and planning to upgrade to 13.1. Now i was assigned to do a POC for showing Pivot grid in our environment.

I have referred some of online documents from here. But i am not able to achieve the simple Pivot Grid connecting Oracle Database.

It would be better if anyone can give me a sample project

Parents Reply
  • 2505
    Offline posted in reply to Milana Zhileva

    Hi Narasimhan,

    If you have Provider Services (
    Oracle Essbase - Analytic Provider Services) installed and configured along with Essbase, you should be able to browse to the URL:
    "http://nameOfOracleServer/aps/XMLA" which is the value of the ServerUri configuration parameter.

    For the XmlaOracleConnectionSettings.DiscoverProperties's code snippet, respectively, the value of the Provider property is Essbase while the Data Source property should be set to the name of the Oracle server.

    The credentials for a user and password are the ones for Analytic Provider Services.

    Please let me know if I could be of further help on the matter.

    P.S. We move your forum thread to the PivotGrid section of our WPF community site.

    Best Regards,
    Milana Zhileva

Children