May 2002
Beginner to intermediate
560 pages
11h 36m
English
The .NET APIs do not directly provide anything for retrieval and query of multimedia data types, time series, or multidimensional data. Microsoft made a rather successful attempt to standardize multidimensional data access using a two-pronged standard: OLE DB for OLAP as an API, and the MDX (Multidimensional Extensions to SQL) query language. In addition, a simplified API that was compatible with the type library—that is, usable by Visual Basic 6 and ADO.NET—was modeled on classic ADO. This API, called ADOMD (ADO for Multidimensional), was not ported to interoperate with ADO.NET. This means that it must be used through interoperability between .NET and COM, using TLBIMP to ...