Introduction to ADO.NET and Databases
A DATABASE is an organized collection of information that is divided into tables. Each table is further divided into rows and columns; these columns store the actual information. You access a database using Structured Query Language (SQL), which is a standard language supported by most database software including SQL Server, Access, and Oracle.
…
Developing Your First ADO.NET Program
In this section you”ll plunge into ADO.NET programming and see a C# program that performs the following tasks:
1. Connects to the SQL Server Northwind database
2. Retrieves a row from the Customers table
3. Displays the columns from the row
4. Closes the database connection
You”ll be introduced to many concepts in this section that are fully explored in later chapters. Don”t be too concerned about all the details of the concepts at this stage; you”ll learn those details in the later chapters.
…
Website: media.wiley.com | Filesize: 1082kb
No of Page(s): 28
Click here to download Introduction to ADO.NET and Databases.
Related Copyrighted Books
A Programmer’’s Guide to ADO .NET in C#
ADO.NET Examples and Best Practices for C# Programmers
Murach’’s ADO.NET 3.5, LINQ, and the Entity Framework with C# 2008 (Murach: Training & Reference)
ADO.NET 3.5 Cookbook (Cookbooks (O”Reilly))
C# Developer’’s Guide to ASP.NET, XML, and ADO.NET (Kaleidoscope)
Pro ADO.NET with VB .NET 1.1
Fundamentals of ADO.NET
The ASP.Net 2.0 Anthology: 101 Essential Tips, Tricks & Hacks
Related Tutorial
Tags: Access, ADO.NET, Introduction, Oracle, SQL, SQL Server, Structured Query Language
Comments
Leave a Reply