A Practical Comparison of ADO and ADO.NET - Part II

Version:

Downloads:23

Hits:1046

SourceNO

Link Broken:Report It!

Package:Without source

Price:$0

More info Download
 

Description

A Practical Comparison of ADO and ADO.NET - Part II is an article in which the author compares the recordset of ADO with the Rowset of the ADO.NET. The rowset of the ADO.NET belongs to the OleDbDataReader and SqlDataReader classes. Using Recordset you can store the result of the SQL query. The Read() method of the SqlDataReader makes the rowsets cursor to move forward and thus gives you access to the next row.

Related:

User Reviews:

Write Review *
Your name *
Email *
(Your comments will be reviewed by our staff before they are posted)
Rate this product *

 

Related:

A Practical Comparison of XSLT and ASP.NET

A Practical Comparison of XSLT and ASP.NET is an article in which the author shows you the diference in the performace of ASP.NET and XSLT. The...

By: Microsoft Corporation Homepage

Freeware

A Quick Comparison of ADO and ADO.NET - Part I

A Quick Comparison of ADO and ADO.NET - Part I is an interesting article in which the author discusses about the difference between ADO and...

By: AspAlliance.com Homepage

Freeware

An Introduction to Custom Attributes and Reflection in VB.NET

An Introduction to Custom Attributes and Reflection in VB.NET is a tutorial which gives you some explanation about creating custom attributes using...

By: Peter McMahon Homepage

Freeware

Attributed Programming in .NET using C#

Attributed Programming in .NET using C# is a tutorial in which the author discusses about a .NET feature called attribute. An attribute is used to...

By: CSharpFriends.com Homepage

Freeware

BitWise Operations in C#

BitWise Operations in C# is a simple tutorial through which you can learn about various bitwise operators of C# such as AND, OR, LEFT SHIFT and...

By: C# Corner Homepage

Freeware

XLSReadWriteII.NET 2.00

XLSReadWriteII.NET for Delphi 2005/2006 and others, Win Forms Use this version for creating Win Forms applications with Delphi, Visual Studio and...

By: Axolot Data

Shareware

TGPS 1.11

Interface with your GPS receiver.

By: Axolot Data

Shareware

pgISQL (Interactive SQL for PostgreSQL) ver. 2.2.0 2.2.0

Interactive SQL for PostgreSQL is a powerfull database utility. It allows: Build SQL queries using SQL Editor with SQL syntax highlighting and SQL...

By: Sujit

Shareware

Syndicate Pro 1.0

Syndicate Pro multi-platform compatible. Syndicate Pro is server software for managing and distributing news headlines and other content over the ...

By: Sujit

Shareware

ESBPCS for VCL 4.2.2

ESB Professional Computation Suite (ESBPCS for VCL) provides a huge collection of Borland Delphi Routines and Components to make Data Entry and...

By: Glenn Crouch Homepage

Shareware
Related
  • A Practical Comparison of ADO and ADO.NET
    An informational comparison between ASP.NET and ASP which highlights the advantages and differences between the two....
  • Using ADO.NET
    Discusses using ADO.NET Connection object, other ADO.NET objects, and provides examples. A 41-page article by Paul D....
  • Microsoft ADO.NET
    A set of classes that expose data access services to the .NET programmer.
  • Getting Started with ADO.NET
    A brief introduction to ADO.NET that explains what objects are necessary for data access.
  • Best Practices for Using ADO.NET
    Best practices for writing Microsoft ADO.NET code and suggestions for developers on using the objects available in ADO.NET.
  • Introduction to ADO.NET
    A descriptive introduction to ADO.NET
  • ADO.NET Primer
    A tutorial that gives an overview of what ADO.NET is and how to use it with ASP.NET programming.
  • ADO.NET Overview
    A brief overview of ADO.NET with a description of the technical terms associated with the data access technology.
  • ADO.NET's Primary Objects
    Overview of the seven main objects in the ADO.NET data-access architecture. By Michael Otey, SQL Server Magazine.
  • ADO.NET 2.0 Provider for SQLite
    An open source ADO.NET provider for the SQLite database engine. The provider was written from scratch on VS2005/2008...