This is what I am getting when trying to connect to olap database from an asp page:
ADODB.Connection error '800a0e7a'
Provider cannot be found. It may not be properly installed.
/Olap/Default.asp, line 4
This is peace of code I want to connect to:
<Language=VBScript>
<%
set cn = Server.CreateObject("ADODB.Connection"
cn.Open "Provider=msolap;Data Source=Solomon"
cn.defaultdatabase = "Foodmart"
%>
I also installed latest Microsoft MDAC 2.7 version.
Any one has any idea why I am getting this error and is there any way around this.
Thanks a lot
ADODB.Connection error '800a0e7a'
Provider cannot be found. It may not be properly installed.
/Olap/Default.asp, line 4
This is peace of code I want to connect to:
<Language=VBScript>
<%
set cn = Server.CreateObject("ADODB.Connection"
cn.Open "Provider=msolap;Data Source=Solomon"
cn.defaultdatabase = "Foodmart"
%>
I also installed latest Microsoft MDAC 2.7 version.
Any one has any idea why I am getting this error and is there any way around this.
Thanks a lot