Members
Technology Zones
IBM Learning Center
Articles
Hosted By
Info
|
Articles & Tutorials  -
ADO.NET supports many ways to manage memory-resident data returned in a DataSet. This example demonstrates how to use the additional functionality exposed by ADO.NET to sort and filter data..  -
An extensive examination of using ADO.NET to access SQL Server databases, from establishing connections and executing stored procedures, to connection pools, data readers and data sets..  -
In this article we will discuss a number of ways to retrieve, show, and update data with ASP.NET forms using ADO.NET. Also, we will have a clear idea about the most common server controls in ASP.NET. In particular, with this article we will cover ASP.NET server controls, ADO.NET DataSource, and creating Templated DataBound Controls, ASP.NET forms, using data with controls.
John Godel. 
Sample Code  -
ADO.NET 2 has new classes that makes it quite easy to write data-programs independent of the database engine. Learn how here..  -
This is some code I wrote a little while back as an example O/R mapper..  -
You can save code by piling SQL statements into one SqlCommand and then getting a DataReader with multiple result sets. .  -
Demonstrates how to connect to a MySQL database with C#..  -
Complex Data Binding a collection implementing IBindingList and ITypedList. 
Reviews  -
SQL Server 2000 Programming claims to be a comprehensive guide to SQL Server 2000, and at a hefty 1390 pages, you can't argue with that. Being a programming guide, it concentrates only on issues that affect an SQL Server developer, but it still covers topics such as Database Administration to a reasonable level.. 
|
Search
Code Samples
New Members
|