OLAPConnection
To obtain data from an OLAP, you require a
connection to the server. Variables of the type OLAPConnection
represent such a connection. To initialize these
variables, use functions such as OLAPCreateConnection()
:
OLAPConnection olapCon = OLAPCreateConnection(
"server",
"user",
"password"
);