I have created several datasource views. What I would like to do is
create one datasource view that contains all the tables. What I would
like to do is import the contents from one of my pre-existing
datasource views into a new one. Is this possible?

Re: is there a way to merge datasource views? by Jeje

Jeje
Wed Dec 06 19:15:37 CST 2006

DSV file are XML files...

have you try to copy/paste some content from your files?

risky... so ... backup backup backup...

"steve" <stevensherman@comcast.net> wrote in message
news:1165451673.077999.187810@j72g2000cwa.googlegroups.com...
>I have created several datasource views. What I would like to do is
> create one datasource view that contains all the tables. What I would
> like to do is import the contents from one of my pre-existing
> datasource views into a new one. Is this possible?
>

Re: is there a way to merge datasource views? by steve

steve
Wed Dec 06 19:32:47 CST 2006

That is a good idea. I was thinking of that also, but was wondering if
perhaps there was a utility that took care of it for me.


Re: is there a way to merge datasource views? by Jeje

Jeje
Wed Dec 06 19:37:53 CST 2006

maybe using the API?

its certainly possible to create by code some table, links etc...

try to push your DSV into an SSAS database and use the ADOMD API.

I don't know if there is another way to access it.

"steve" <stevensherman@comcast.net> wrote in message
news:1165455167.285174.34870@j72g2000cwa.googlegroups.com...
> That is a good idea. I was thinking of that also, but was wondering if
> perhaps there was a utility that took care of it for me.
>