![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I am using DSO objects to access the analysis service. I added COM object as reference, which is at my 'C:\Program Files\Common Files\ Microsoft Shared\DSO\msmddo80.dll' with version:8.0.0.795. I apply SP3a for both SQL Server 2000 and Analysis Server. In my code, I am trying to assign DSO.DataSource.ConnectionString, but the compiler complaint it cannot find this field. Here is the code: Module Module1 Sub Main() Dim a As DSO.DataSource a.ConnectionStirng = "blah blah" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ End Sub End Module Here is error message: C:\test\ConsoleApplication1\Module1.vb(5): 'ConnectionStirng' is not a member of 'DSO.DataSource'. Any helps are apprecieted. Thank you |
#3
| |||
| |||
|
|
Hi, I am using DSO objects to access the analysis service. I added COM object as reference, which is at my 'C:\Program Files\Common Files\ Microsoft Shared\DSO\msmddo80.dll' with version:8.0.0.795. I apply SP3a for both SQL Server 2000 and Analysis Server. In my code, I am trying to assign DSO.DataSource.ConnectionString, but the compiler complaint it cannot find this field. Here is the code: Module Module1 Sub Main() Dim a As DSO.DataSource a.ConnectionStirng = "blah blah" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ End Sub End Module Here is error message: C:\test\ConsoleApplication1\Module1.vb(5): 'ConnectionStirng' is not a member of 'DSO.DataSource'. Any helps are apprecieted. Thank you |
![]() |
| Thread Tools | |
| Display Modes | |
| |