Library tutorials & articles

Encapsulating ODBC in ASP .NET

Introduction

In an earlier article (Implementing ODBC in ASP .NET), we described some issues with Microsoft's ODBC server controls, and how to work through them. In a nutshell, although Microsoft provided the necessary data objects, they left out the logic required to wire these objects into .NET's new XML-based Dataset standard. Our article described how to perform this task manually.

Although our approach works nicely, it requires a fair amount of code, particularly for Datasets with many fields. In addition, change control can rapidly become a problem if several Web Forms must access the same Dataset, since any structural change to the Dataset (adding or removing a field, etc.) must be reflected in each Data Adapter's table mappings.

Comments

  1. 01 Jan 1999 at 00:00

    This thread is for discussions of Encapsulating ODBC in ASP .NET.

Leave a comment

Sign in or Join us (it's free).

Jason G. Williscroft Jason Williscroft is a former Marine and naval officer, and a graduate of the United States Naval Academy, where he studied Systems Engineering. He is currently General Manager of HotQuant, LLC, an...
AddThis

Related podcasts

Events coming up

  • Mar 15

    DevWeek 2010

    London, United Kingdom

    DevWeek is Europe’s leading independent conference for software developers, database professionals and IT architects, and features expert speakers on a wide range of topics, including .NET 4.0, Silverlight 3, WCF 4, Visual Studio 2010, REST, Windows Workflow 4, Thread Synchronization, ASP.NET 4.0, SQL Server 2008 R2, LINQ, Unit Testing, CLR & C# 4.0, .NET Patterns, WPF 4, F#, Windows Azure, ADO.NET, Entity Framework, Debugging, T-SQL Tips & Tricks, and more.

We'd love to hear what you think! Submit ideas or give us feedback