<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Dr. eX: How can I programmatically add a database connection to the server explorer toolwindow with my add-in?</title><link>http://blogs.msdn.com/vsxteam/archive/2008/01/15/Dr-eX-How-can-I-programmatically-add-a-database-connection-to-the-server-explorer-toolwindow-with-my-add-in.aspx</link><description>For VS 2008, you can use the IVsDataExplorerConnectionManager.AddConnection method. The easiest way to retrieve this interface is with the help of the Visual Studio SDK . You’ll need to install the VS SDK and add the following references to your add-in</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator></channel></rss>