|
-
May 9th, 2007, 08:10 AM
#1
Thread Starter
Frenzied Member
[RESOLVED] [2005] has anyone used this namespace before (Microsoft.VisualStudio.Data.AdoDotNet)
i'm trying to create a new Microsoft.VisualStudio.Data.AdoDotNet.AdoDotNetConnectionSupport object however it needs a parameter called providerName for the constructor. I've tried using System.Data.SqlClient with no success all the members in the underlying object are null. If anyone has any idea what the providerName should be please tell me. I've googled but with no results except it listing all the members and basic information, no examples. thanx in advance
-
May 9th, 2007, 08:24 AM
#2
Re: [2005] has anyone used this namespace before (Microsoft.VisualStudio.Data.AdoDotNet)
What are you trying to do, may I ask?
-
May 9th, 2007, 08:30 AM
#3
Thread Starter
Frenzied Member
Re: [2005] has anyone used this namespace before (Microsoft.VisualStudio.Data.AdoDotNet)
provide a way for a user to setup a connection string much like you can from within the IDE. providing them with with all the advance features. i figured if it exists not sense re-creating the wheel. unless there is some easier way... i'm all ears
-
May 9th, 2007, 09:47 AM
#4
Re: [2005] has anyone used this namespace before (Microsoft.VisualStudio.Data.AdoDotNet)
Just use a form with the appropriate controls and ConnectionStringBuilder of the appropriate type.
-
May 9th, 2007, 11:02 AM
#5
Thread Starter
Frenzied Member
Re: [2005] has anyone used this namespace before (Microsoft.VisualStudio.Data.AdoDotNet)
thanx jmcilhinney i knew i could count on you
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|