Database Doesn't Exist

  • Hi All!!.

    Firstable, I'm trying to learn about OLAP and what i can do with it. Acctually, I'm just trying to access the example database named FoodMart 2000. If I try to see the results in Olap Console, i got it. If I try with the application included with installation, I got it, but if i try with VB in ASP pages, i can't find the database.

    My Connection String is this:

    StrCnn="Data Source=MyServer; Provider=MSOLAP; Initial Catalog='FoodMart 2000'"

    The result always is the next error message:

    "Database 'FoodMart 2000' does not exist."

    What can I do?

  • Not sure - but try changing the single quotes to double

    Initial Catalog=""FoodMart 2000"""

    Guarddata-

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply