iNET Interactive - Online Advertising Agency
          
   Home    Authors    About    Login    Contact Us
   Search:   
Advanced Search     
  Articles

  ASP (26)
  ASP.NET (19)
  C and C++ (4)
  CFML (2)
  CGI and Perl (16)
  Flash (2)
  Java (7)
  JavaScript (28)
  PHP (92)
  MySQL (13)
  MSSQL (3)
  HTML (34)
  SEO (9)
  Visual Basic (12)
  CSS (13)
  SSI (5)
  XML (12)
  C# (14)

  Developer News

May 8, 2008
Perl Pragma Primer
WebReference.com
 
May 8, 2008
1 comment
.net
 
May 7, 2008
Poll: Do you check the download speed of the pages you build?
About
 
May 6, 2008
Web Design Firms - 18 New Listings
About
 
May 6, 2008
6 Board Games You Can Play on Facebook
About
 
May 6, 2008
Opening The Source On Your Host
HTML Goodies
 
Courtesy of moreover.com
 
Want to receive new articles via e-mail? Click here!
/Home /XML

Connecting and Accessing Data through ADO.NET 

  Views:    12421
  Votes:    7
by Pawan Bangar 10/09/04 Rating: 

Synopsis:

Microsoft's ADO.NET technology offers a solution to many of the problems associated with data access.
Pages: firstback2 forwardlast
The Article

Accessing data has become a major programming task for modern software programming, both for standardalone applications and for web based applications. Microsoft's ADO.NET technology offers a solution to many of the problems associated with data access.

ADO.NET is an improvement to Microsoft ActiveX Data Objects (ADO). It is a standards-based programming model for creating distributed data-sharing applications. ADO.NET offers several advantages over previous versions of ADO and over other data access components. These benefits fall into the following categories:

  • Interoperability
  • Maintainability
  • Programmability
  • Performance.

Connecting to a database:
For performing and operation we need to connect to a database. This is done automatically through ADO connection, of which code is associated with VS.net Programming environment.

Pages: firstback2 forwardlast

Similar/related articles:


 
  Sponsors