What is the best way to connect to a cube in SQL Sever 2008?

A

Arun

using system.data.oledbclient
using ADOMD.NET

in which case connection pooling is best acheived?
 
G

Gregory A. Beamer

Arun said:
using system.data.oledbclient
using ADOMD.NET

in which case connection pooling is best acheived?

I have never considered best connection pooling on this and would assume
both are similar, if not the same. ADOMD.NET is the correct library for
analysis services, however.

--
Peace and Grace,
Greg

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

************************************************
| Think outside the box! |
************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top