Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: murthy1
  • Order by date
  1. murthy1

    How to write MDX queries in .NET applications?

    Hi, You should use ADOMD.Net. Basically, you create MDX queries just like to you create SQL Queries (construct the MDX query in using String/StringBuilder) and execute them using one of the three options that ADOMD.Net provides. You can get the data back as a CellSet (more overhead) or as a...

Part and Inventory Search

Back
Top