HighTechTalks DotNet Forums  

ADOMD.NET 9 and Analysis Services 2000

Dotnet Framework (ADO.net) microsoft.public.dotnet.framework.adonet


Discuss ADOMD.NET 9 and Analysis Services 2000 in the Dotnet Framework (ADO.net) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
qalexis
 
Posts: n/a

Default ADOMD.NET 9 and Analysis Services 2000 - 11-06-2007 , 03:05 PM






Hi, i need help.

I am using ADOMD.NET 9 to connect with AS2000 and AS2005, and the
connections to both work fine. However something rare happen. If i add a
counter "Current Connections" of AS in the Performance tool, with AS2005 all
work ok, but with AS2000 for each open connection that i make, Two connection
appear in the Performance tool, after when i close de connection only close
one connection.

If i use ADOMD.NET 8 this problem dissapear.

My question is: Why ADOMD.NET 9 open two connections when try to connect to
AS2000

code

AS2000
Dim con As AdomdConnection

con = New AdomdConnection(connectionstringAS2000)

con.Open()

con.Close()
con.Dispose()
con = Nothing

AS2005

Dim con As AdomdConnection

con = New AdomdConnection(connectionstringAS2005)

con.Open()

con.Close()
con.Dispose()
con = Nothing


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.