PC Review


Reply
Thread Tools Rate Thread

ADOMD.NET 9 and Analysis Services 2000

 
 
=?Utf-8?B?cWFsZXhpcw==?=
Guest
Posts: n/a
 
      6th Nov 2007
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
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ADOMD.NET problem connecting to Analysis Server 2000 protoherring@gmail.com Microsoft ADO .NET 0 30th Oct 2008 08:27 PM
problem with SQL analysis services 2000 and VB.net SAM Microsoft ADO .NET 0 24th Jul 2008 03:54 AM
Excel 2007 & Analysis Services 2000 =?Utf-8?B?cGV0ZQ==?= Microsoft Excel Misc 2 11th Oct 2006 04:08 PM
Re: Excel Add-In for SQL Analysis Services 2000 Lady Layla Microsoft Excel Misc 1 25th Jun 2004 10:02 PM
Analysis Services with ADO.NET (OleDB) + ADOMD with .net Lars-Erik Aabech Microsoft ADO .NET 0 2nd Sep 2003 12:25 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:07 AM.