Microsoft OLE DB Service

L

L Gilroy

After having installed Office XP, I noticed that Excel did
not contain any OLE DB Service Provider for OLAP. I'm led
to understand by a support agent for a piece of software
that I need this feature for that it's supposed to be.

I of course was under the impression that Pivot Table
Services installed this feature.

Both of these things have been installed, but neither of
them is giving me the OLAP Provider.

Help is greatly appreciated.
 
J

Jamie Collins

...
After having installed Office XP, I noticed that Excel did
not contain any OLE DB Service Provider for OLAP.

I just now created a virtual machine with Win2000 Professional and
OfficeXP. If I run the following code in an Excel macro I see the OLAP
provider in the list:

Sub test()
Dim oDLink As Object
Dim strNewConnection As String
Set oDLink = CreateObject("DataLinks")
On Error Resume Next
MsgBox oDLink.PromptNew
End Sub

Jamie.

--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top