In-Process Data Access in SQL Server 2005

Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio


Jump to: navigation, search
CSharp-Online.NET:Articles
Database Articles

In-Process Data Access

© 2006 Pearson Education, Inc.
This article—In-Process Data Access in SQL Server 2005—is from A Developer's Guide to SQL Server 2005, by Bob Beauchemin, Dan Sullivan. Copyright © 2006 Pearson Education, Inc. All rights reserved. Reproduced by permission. This article has been edited especially for C# Online.NET.  Read the book review! DevGuideSQL2005.jpg


Whether you access data from the client, middle tier, or server, when you’re using SQL Server and the .NET Framework, you use the SqlClient data provider. Your data access code is similar regardless of its location, but the .NET Framework 2.0 version of SqlClient contains code to encapsulate differences when you’re programming inside SQL Server and optimize the in-server programming environment.


Previous_Page_.gif Next_Page_.gif

Personal tools