|
|
|
Rating:
Rate this Resource
Date: 10/4/2006 Author: Luis Ramirez Creating a web control to insert, update, delete and display data.
Introduction
One common task for web applications is to maintain data. It means, insert, update, delete and display data. Both .NET 1.x and 2.0 have web controls that you ca...
|
| |
|
|
|
Rating:
Rate this Resource
Date: 9/16/2003 Author: Himanshu Dhami
This article shows how you can create a dataset from a collection or pure string values:
Dim custDS As DataSet = New DataSet
Dim ordersTable As DataTable = custDS.Tables.Add("Orders")
Dim orow As DataRow
'set up columns in ...
|
| |
|
|
|
Rating:
View Ratings
Date: 7/28/2002 Author: Mahesh ChandraMouli Level - Beginner
Introduction
ADO.NET a member of the .NET framework is ADO's new counterpart. This new object supports the current industry standards and provides a data access interface for inter-process communication with OLE-DB co...
|
| |
|
|
|
Rating:
Rate this Resource
Date: 3/21/2002 Author: Philip Quinn In a DataSet, a DataView is a way that you look at your data, it provides you with ways to sort your data and pick it apart so that you can take your new data and display it, edit it, move it around etc. This article will show you what a DataV...
|
| |
|
|
|
Rating:
Rate this Resource
Date: 9/14/2001 Author: Subhagata Swarnakar Among the many things that are changing with .NET is data access. Under the .NET Framework, data access is handled by a set of classes called ADO.NET which are essentially an augmentation of the existing ActiveX Data Objects (ADO).
|
| |
|
|
|
Rating:
Rate this Resource
Date: 9/7/2001 Author: Philip Quinn This article will not touch all the changes (the changes from Beta 1 to Beta 2 is many many many pages alone) but I want to give you a look at what to expect.
|
| |
|
|
|
Rating:
Rate this Resource
Date: 3/7/2001 Author: Michael Otey from SQLMag.com The Microsoft .NET Framework promises to dramatically change the way you and I develop applications—including how we provide data access. ADO.NET, the next generation of ADO, will be the primary data access API for Microso...
|
| |
|
|
|
Rating:
Rate this Resource
Date: 12/18/2000 Author: Dino Esposito from win2000mag.com Years ago, when I was just a shy junior programmer, I had a dream. I dreamt of a world in which I had no need to figure out the right messages for handling in my Windows applications. Moreover, I didn’t want to rese...
|
| |
|
|
|
Rating:
Rate this Resource
Date: 11/22/2000 Author: Mark Smith from win2000mag.com In March 2000, I took Microsoft to task for its weak Windows 2000 tagline, "The Business Internet Starts Here." I felt that this tagline, like its "Digital Nervous System" predecessor, did nothing to driv...
|
| |
|
|
|
|
Rating:
Rate this Resource
Date: 1/31/2002 Author: Paul D. Sheriff Discusses using ADO.NET Connection object, other ADO.NET objects, and provides examples.
|
| |