Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Getting error while connecting to essbase database from dot application

User_7OXSAApr 13 2022

Hi Team,
I am connecting to the Essbase database from my c#.net application, I am using Microsoft.AnalysisServices.AdomdClient.dll of version 10.0.
when I am giving the call to Essbase to fill the data in the untyppedResultSet datatable , at this first line I am getting error .Please suggest is there any issue with Fill method of the Adomd client .
adapter.Fill(untyppedResultSet);

Comments

Post Details

Added on Apr 13 2022
1 comment
52 views