Hello,
I have the following MDX query :
SELECT NON EMPTY { [Measures].[Maximum Duration - Fact Event Duration] } ON COLUMNS, NON EMPTY { ([Dim Event Processing].[Case].[Case].ALLMEMBERS * [Dim Event Processing].[Dim Event Processing].[Dim Event Processing].ALLMEMBERS ) } ON ROWS FROM [FISDW]...
Does anyone know how to call MSAccess queries (queries defined in MS access, INSERT, UPDATE, DELETE, SELECT etc.) with or without parameters, from a C#.NET program? perhaps using System.Data.OleDB library...
thanks for the help!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.