dbTalk Databases Forums  

How to add a new managed provider?

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss How to add a new managed provider? in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Houssam Zeina
 
Posts: n/a

Default How to add a new managed provider? - 10-20-2004 , 10:03 AM






Hi,

I need to add a new managed .net provider to the list of available
connection providers in DTS for SQL Server 2005. Is there a reference on how
to do it?

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: How to add a new managed provider? - 10-20-2004 , 02:19 PM






You are probably better off in the 2005 Beta Newsgroups but yes this is
possible and there should be documentation in the 2005 docs for you.


--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.konesans.com - Consultancy from the people who know


"Houssam Zeina" <HoussamZeina (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi,

I need to add a new managed .net provider to the list of available
connection providers in DTS for SQL Server 2005. Is there a reference on
how
to do it?



Reply With Quote
  #3  
Old   
Darren Green
 
Posts: n/a

Default Re: How to add a new managed provider? - 10-21-2004 , 12:00 PM



Create a class that inherits from ConnectionManagerBase, override what you
need, add your own properties if required and apply the DtsConnection
attribute.

Drop the assembly in C:\Program Files\Microsoft SQL
Server\90\DTS\Connections and the GAC.

You connection manager will now be picked up next time you start BIDS.

What I am unlcear on is what this will give I think you will need to write
your own consumers as well.


--
Darren Green
http://www.sqldts.com

"Houssam Zeina" <HoussamZeina (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi,

I need to add a new managed .net provider to the list of available
connection providers in DTS for SQL Server 2005. Is there a reference on
how
to do it?



Reply With Quote
Reply




Thread Tools
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.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.