jCay.com

last scripts

popular scripts

top rated

search
 
search:

Advertisment

A Practical Comparison of ADO and ADO.NET

DeEnFrSp
Hits: 18

A Practical Comparison of ADO and ADO.NET

Rating 0.0 0.0
Since "classic" ASP's humble beginnings, ADO data access classes and methods have been re-written to form ADO.NET. This article looks at the differences (in terms of classes, methods, and calling conventions) that exist between ADO and ADO.NET. It provides several practical examples that show us how to evolve from using ADO with ASP to using ADO.NET with C# and ASP.NET.


Platform(s): n/a
Date: Aug, 27 2003
Author: http://www.devarticles.com/art/1/92

Ratings

Number of Ratings: 0 Votes
5     
0%
4
0%
3
0%
2
0%
1
0%
Visitor Voting Booth: Rate It!

Others Scripts

Remote Scripting With JavaScript and ASP

ASP/Tips and Tutorials/Miscellaneous

Stacked Bar Chart

ASP/Tips and Tutorials/Graphs and Charts

Creating a Members Area in ASP

ASP/Tips and Tutorials/User Authentication

Wielding the Power of the DataView

ASP/Tips and Tutorials/Database-related