Sponsored Links:
DevGuru ADO Quick Reference Guide (Popularity: )
http://www.devguru.com/Technologies/ado/quickref/ado_intro.html
A free 318 page reference source that documents all of the properties, collections, methods, and events for the nine ADO ...
|
ADO Frequently Asked Questions (Popularity: )
http://support.microsoft.com/default.aspx?scid=/Support/ActiveServer/faq/data/adofaq.asp
Quick answers to the questions our Support Professionals hear most often. By Microsoft.
|
Microsoft ADO FAQ (Popularity: )
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q183606&
This page presents some frequently asked questions about programming ADO. By Microsoft.
|
15 Seconds: Data Access (Popularity: )
http://www.15seconds.com/focus/Data%20Access.htm
Articles, news, book reviews, code samples, and links on ADO. By internet.com Corp.
|
MSDN ADO Code Samples (Popularity: )
http://msdn.microsoft.com/library/default.asp?url=/code/list/ado.asp
Sampeles using ADP in programming languages, including ASP, Visual Basic, Visual C++.
|
Microsoft ADO (Popularity: )
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/adostartpage1.asp
ActiveX Data Objects (ADO) is Microsoft's high-level application programming interface to all kinds of data. ADO provides consistent, high-performance access ...
|
SQL Database Connection Strings (Popularity: )
http://www.sqlstrings.com
Database terms glossary and online reference for various ADO and ADO.NET SQL database connection strings for MS SQL Server, MS ...
|
DataDirect Connect for ADO (Popularity: )
http://www.datadirect.com/products/ado/
Suite of native providers leverages your existing DBMS vendor middleware to deliver ODBC and ADO access across a broad range ...
|
Microsoft ADO.NET (Popularity: )
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/adonetanchor.asp
A set of classes that expose data access services to the .NET programmer.
|
ADO.NET's Primary Objects (Popularity: )
http://www.sqlmag.com/Articles/Index.cfm?ArticleID=16557
Overview of the seven main objects in the ADO.NET data-access architecture. By Michael Otey, SQL Server Magazine.
|
ADO.NET Primer (Popularity: )
http://www.aspalliance.com/aspxtreme/adonet/adonetprimer.aspx
A tutorial that gives an overview of what ADO.NET is and how to use it with ASP.NET programming.
|
ADO.NET Overview (Popularity: )
http://www.developer.com/net/vb/article.php/1540311
A brief overview of ADO.NET with a description of the technical terms associated with the data access technology.
|
ADO.NET: Building a Custom Data Provider for Use with the .NET Data Access Framework (Popularity: )
http://msdn.microsoft.com/msdnmag/issues/01/12/DataProv/toc.asp
An article by Bob Beauchemin that explains how to write your own data provider using .NET's data access interfaces and ...
|
ADO.NET: Tackle Data Concurrency Exceptions Using the DataSet Object (Popularity: )
http://msdn.microsoft.com/msdnmag/issues/03/04/DataConcurrency/TOC.asp
This article examines the common causes behind data concurrency exceptions and presents techniques for overcoming them using ADO.NET
|
Data Access: Implement a Data Access Layer for Your App with ADO.NET (Popularity: )
http://msdn.microsoft.com/msdnmag/issues/03/04/DataAccessLayer/TOC.asp
This article outlines five ideas to consider when building a data access layer with Visual Studio .NET and the .NET ...
|
Data Points: Expressions in ADO.NET (Popularity: )
http://msdn.microsoft.com/msdnmag/issues/03/01/datapoints/toc.asp
Shows how to use expressions in columns. In other words, how to make a column with a result that is ...
|
Getting Started with ADO.NET (Popularity: )
http://www.devcity.net/net/article.aspx?alias=start_ado_net
A brief introduction to ADO.NET that explains what objects are necessary for data access.
|
Working with MS Access Stored Procedures in VB.NET. Part 1 (Popularity: )
http://www.devcity.net/net/article.aspx?alias=msaccess_sp
Shows how to use Stored Procedures, which is usually a feature of high-end databases, in Microsoft Access.
|
O'Reilly Network: Multiple ResultSets in ADO.NET [Dec. 16, 2002] (Popularity: )
http://www.ondotnet.com/pub/a/dotnet/2002/12/16/multiresultsets_1202.html
An article that shows how to get multiple results from a database to DataSets and DataReaders
|
O'Reilly Network: Transparent Database Access with ADO.NET [Dec. 16, 2002] (Popularity: )
http://www.ondotnet.com/pub/a/dotnet/2002/12/16/transadonet.html
An article that shows how to use ADO.NET's different providers and transparently use it in your application without having to ...
|