Replacement for DataLinks dialog box in VS2005

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

To keep a uniform visual interface, I used the DataLinks object (found in
MSDASC) and the Connection object (found in ADODB) when creating a connection
string in my VS2003 apps.

Is there a similar object available in VS2005? I like the ability to enter a
server name or IP, choose the authentication, select a database and test the
connection.
 
Hi Michael,

Thank you for the posting. Regarding on the issue, I am
finding proper resource to assist you and we will update as soon as posible.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security(This posting is provided "AS IS",
with no warranties, and confers no rights.)
--------------------
| Thread-Topic: Replacement for DataLinks dialog box in VS2005
| thread-index: AcXF91kOBcFXNwDuT0SKFVs3CpEs2Q==
| X-WBNR-Posting-Host: 198.133.139.5
| From: "=?Utf-8?B?bWljaGFlbA==?=" <[email protected]>
| Subject: Replacement for DataLinks dialog box in VS2005
| Date: Fri, 30 Sep 2005 12:44:19 -0700
| Lines: 10
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.dotnet.framework.adonet
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.dotnet.framework.adonet:36642
| X-Tomcat-NG: microsoft.public.dotnet.framework.adonet
|
| To keep a uniform visual interface, I used the DataLinks object (found in
| MSDASC) and the Connection object (found in ADODB) when creating a
connection
| string in my VS2003 apps.
|
| Is there a similar object available in VS2005? I like the ability to
enter a
| server name or IP, choose the authentication, select a database and test
the
| connection.
|
| --
| Michael Hockstein
|
 
Hi Michael,

As far as I know, in VS.NET 2005, you still need to interop the OLE DB
Service Component 1.0 Type Library, and use the Data Link Properties dialog
box to achieve this. There is no managed control to do this in .NET
framework 2.0.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top