|
Home > Archive > MS SQL Server OLAP > December 2005 > Using AMO to connect OLAP 2000
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Using AMO to connect OLAP 2000
|
|
| Shlomi 2005-12-18, 7:23 am |
| Can I use AMO object to manipulate AS2000 metadata? Or i must use DSO?
Thank you
| |
| Darren Gosbell 2005-12-19, 7:24 am |
| In article <0583CF45-B114-4555-B2D8- 4B2B4C205996@microso
ft.com>,
Shlomi@discussions.microsoft.com says...
> Can I use AMO object to manipulate AS2000 metadata? Or i must use DSO?
> Thank you
>
You can only use DSO against AS2000.
--
Regards
Darren Gosbell [MCSD]
Blog: http://www.geekswithblogs.net/darrengosbell
| |
| Shlomi 2005-12-19, 7:24 am |
| Are there .NET objects for DSO? or should i use tlbimp to make an assembly?
"Darren Gosbell" wrote:
> In article <0583CF45-B114-4555-B2D8- 4B2B4C205996@microso
ft.com>,
> Shlomi@discussions.microsoft.com says...
>
> You can only use DSO against AS2000.
>
> --
> Regards
> Darren Gosbell [MCSD]
> Blog: http://www.geekswithblogs.net/darrengosbell
>
| |
| Darren Gosbell 2005-12-19, 7:24 am |
| No, you will have to use tlbimp, or if you reference the COM dll from
VS.NET it should build a wrapper for you - I have not used DSO from
..NET, only from VB6 and VBScript.
--
Regards
Darren Gosbell [MCSD]
Blog: http://www.geekswithblogs.net/darrengosbell
In article <C2A0E1A8-8B49-45CE-B534- 9C1C1C3264DF@microso
ft.com>,
Shlomi@discussions.microsoft.com says...
> Are there .NET objects for DSO? or should i use tlbimp to make an assembly?
>
> "Darren Gosbell" wrote:
>
>
| |
| Chagel 2005-12-19, 8:25 pm |
| There's no problem to build a .NET wrapper for DSO. But the key point
is DSO cann't make sense to AS2005.(Actually, if we specify the
repository for AS2005, we can use DSO to manage it. However, if we
update the objects in other ways, such as add a new cube in BI dev
studio, we cann't get the latest information from DSO. Becasuse DSO
depends on Repositoty metadata service, but AS2005 doesn't.)
In our project, we made a new wrapper for DSO using AMO. That's really
demonian.
|
|
|
|
|