Difference between revisions of "DD Class1"

esse quam videri
Jump to: navigation, search
(Microsoft API's)
(Microsoft API's)
Line 31: Line 31:
 
==Microsoft API's==
 
==Microsoft API's==
  
MDAC
+
MDAC Microsoft Data Access Components
 +
 
 +
http://msdn.microsoft.com/data/learning/MDAC/
 +
 
 +
ODBC
 +
:Data access in c. Mature open protocol
 +
 
 +
OLEDB
 +
:Data access in c++. More abstract. Fast
  
 
ADO
 
ADO
 +
:Built on top of OLEDB to allow access from other Languages
  
 
ADO.NET
 
ADO.NET
 +
:.NET Data api
  
 
==Homework==
 
==Homework==
  
 
Read Intro and Chapter 1 in Beginning Database Design (BDD)
 
Read Intro and Chapter 1 in Beginning Database Design (BDD)

Revision as of 21:07, 15 January 2007

Into and Data Design

Read Syllabus

DD Syllabus

C# Review

Important c# concepts

If you feel you need help with c# I strongly suggest getting and reading

Learning C# ,Jesse Liberty O'Reilly & Associates;
(September 2002), ISBN: 0596003765

History of Databases

Flat Files

Hierarchical Databases

Network Databases

Relational Databases

Microsoft API's

MDAC Microsoft Data Access Components

http://msdn.microsoft.com/data/learning/MDAC/

ODBC

Data access in c. Mature open protocol

OLEDB

Data access in c++. More abstract. Fast

ADO

Built on top of OLEDB to allow access from other Languages

ADO.NET

.NET Data api

Homework

Read Intro and Chapter 1 in Beginning Database Design (BDD)