Microsoft KB Archive/317557

From BetaArchive Wiki
Knowledge Base


DOC: Error in SqlConnection.ConnectionString Property Documentation

Article ID: 317557

Article Last Modified on 5/16/2007



APPLIES TO

  • Microsoft .NET Framework 1.1 Service Pack 1
  • Microsoft Visual Studio .NET 2002 Professional Edition
  • Microsoft Visual Studio .NET 2002 Enterprise Architect
  • Microsoft Visual Studio .NET 2002 Enterprise Developer
  • Microsoft Visual Studio .NET 2002 Academic Edition



This article was previously published under Q317557

SUMMARY

In the SqlConnection.ConnectionString Property MSDN documentation, the table of valid names for values within the ConnectionString property lists 'dbmsipcn' as a supported value for the shared memory network library. However, the network library for shared memory is dbmslpcn.

MORE INFORMATION

Local connections between an application and an instance of Microsoft SQL Server 2000 on the same computer use Shared Memory Net-Library by default.

REFERENCES

For more information about Net-Libraries, refer to the Microsoft .NET Developer Center or the following Microsoft Web site:


Additional query words: dbmslpcn dbmsipcn

Keywords: kbdocerr kbfix kbprb kbsqlclient KB317557