Event Driven 6
Event Driven 6
Chapter 6
Database Programming Compiled by Talegeta G.
01/29/2024 Event Driven Programming with C# 1
Database System
A database is
a collection of related,
Advantages of databases
Less redundancy
Inconsistency avoidance
Efficiency
Data integrity
Confidentiality
01/29/2024 Event Driven Programming with C# 2
DBMS
A database management system (DBMS)
defines,
creates and
maintains a database.
allows controlled access to data in the database.
A DBMS is a combination of five components:
hardware,
software,
data,
users and
procedures
Stored Procedures against the data source specified in the C# Connection Object.
Some important built in methods uses in the Command Object to execute the
SQL statements
shows all the tables and columns in the dataset that are available to your
application
Easiest way to generate Windows forms that work with the database
ADO.Net error
DB Concurrency Exception
Data Exception
Constraint Exception
DataSet provides much greater flexibility when dealing with related Result Sets.
It can contain one or more tables, and each table can contain one or more columns
and rows.
Question!
?