Tag: 'dataadapter'

DataAdapters and Component Surfaces (or why I love using the toolset)
DataAdapters and Component Surfaces (or why I love using the toolset)
February 11, 2005

I always forget this blog this, but when I am doing a database project using Typed DataSets, I almost always use a Component Surface to build my DataAdapters interactively.  For example:

ADO.NET's DataAdapters and Opened Connections
ADO.NET's DataAdapters and Opened Connections
October 14, 2002

I have been reviewing a bunch of code that utilizes ADO.NET's DataAdapters. This code has been some samples that are on the Internet, some questions directly to http://wildermuth.com and others from DevelopMentor's .NET Mailing Lists. One thing I have noticed is that much of that code is opening the database connection before using the DataAdapter to fill a DataSet.