Ch. 101 Database Management An Introduction to Databases.

Slides:



Advertisements
Similar presentations
Data Base. Objective Become familiar with database terminology. Create a project to display data for a single database table. Use a DataGrid control.
Advertisements

Microsoft Office 2010 Access Chapter 1 Creating and Using a Database.
Chapter 12: Using ADO.NET 2.0 Programming with Microsoft Visual Basic 2005, Third Edition.
Microsoft Office 2007 Access Chapter 2 Querying a Database.
Chapter 1 Databases and Database Objects: An Introduction
CA 121 Intro to Programming Tariq Aziz and Kevin Jones GUI Programming in Visual Studio.NET Chapter 1 Tariq Aziz and Kevin Jones.
Creating a Users Table The users table contains a list of your site’s authorized users, logins, and passwords.
Access Tutorial 1 Creating a Database
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Access Project 1 Creating and Using a Database.
Compunet Corporation Programming with Visual Basic.NET GUI Week # 11 Tariq Ibn Aziz.
DAVID M. KROENKE’S DATABASE PROCESSING, 10th Edition © 2006 Pearson Prentice Hall 1-1 David M. Kroenke’s Database Processing: Fundamentals, Design, and.
Chapter Extension 6 Using Microsoft Access © 2008 Pearson Prentice Hall, Experiencing MIS, David Kroenke.
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
Office XP Introductory Concepts and Techniques Windows XP Edition M i c r o s o f t Windows XP Project An Introduction to Windows XP Professional and Office.
Tutorial 1 Creating a Database. Objectives Learn basic database concepts and terms Learn basic database concepts and terms Explore the Microsoft Access.
Chapter 2 Querying a Database
Microsoft Visual Basic 2005 CHAPTER 12 Cell Phone Applications and Web Services.
Chapter 10 - VB.Net by Schneider1 Chapter 10 – Database Management 10.1 An Introduction to Databases 10.2 Relational Databases and SQL.
CHAPTER 9 DATABASE MANAGEMENT © Prepared By: Razif Razali.
Chapter 2 Querying a Database MICROSOFT ACCESS 2010.
Web Technologies Website Development Trade & Industrial Education
Create Database Tables
Chapter 1 Databases and Database Objects: An Introduction
10-1 aslkjdhfalskhjfgalsdkfhalskdhjfglaskdhjflaskdhjfglaksjdhflakshflaksdhjfglaksjhflaksjhf.
Copyright 2007, Information Builders. Slide 1 WebFOCUS Maintain – Enhancing Objects with JavaScript Mark Derwin Information Builders Information Builders.
Creating a Web Site to Gather Data and Conduct Research.
Microcomputer Fundamentals Computer Class This class is designed for first-time computer users. Over the next several weeks, we will discuss how computers.
© Copyright by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. 1 Tutorial 30 – Bookstore Application: Client Tier Examining.
Introduction To Microsoft Word C Apply intermediate skills in utilizing word processing software Word processing programs make the writing process.
Course ILT Access basics Unit objectives Define database and database-related terminology, and plan a database Start Access and open, create, view, and.
Copyright 2008 Judith A Copeland - Accessing The Database By Judi Copeland.
Chapter 10 - VB.Net by Schneider1 Chapter 10 – Database Management 10.1 An Introduction to Databases 10.2 Relational Databases and SQL.
® Microsoft Office 2013 Access Creating a Database.
Introduction to Database using Microsoft Access 2013 Part 7 November 19, 2014.
XP Chapter 2 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Building The Database Chapter 2 “It is only the farmer.
Chapter Thirteen Working with Access Databases and LINQ Programming with Microsoft Visual Basic th Edition.
Lesson 01: Introduction to Database Software. At the end of this lesson, students should be able to: State the usage of database software. Start a database.
Fall 2003Sylnovie Merchant, Ph.D. ACCESS Tutorial Note: The purpose of this tutorial is to provide an introduction to some of the functions of ACCESS in.
Creating an Access Project* If you came to this presentation via a web browser, right-click and choose “Full Screen” before proceeding. Click mouse or.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 7 1 Microsoft Office FrontPage 2003 Tutorial 8 – Integrating a Database with a FrontPage.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
1 Chapter 10 – Database Management 10.1 An Introduction to Databases 10.2 Editing and Designing Databases.
Chapter 24 I’m Suffering from Information Overload (Access Databases) Clearly Visual Basic: Programming with Visual Basic nd Edition.
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 1 ® Database & Table.
Data-information stored in files on the disks and CDs in your computer system Why should we save a file when we create it on the computer?
CSCI 3327 Visual Basic Chapter 13: Databases and LINQ UTPA – Fall 2011.
Microsoft Access By Ritesh Sharma. Introduction Microsoft Access is a desktop database program that enables you to enter, store, analyze,and present data.For.
COMPREHENSIVE Access Tutorial 1 Creating a Database.
Chapter 9 Working with Databases. Copyright © 2011 Pearson Addison-Wesley Introduction In this chapter you will learn: – Basic database concepts – How.
1 Access Lesson 1 Understanding Access Fundamentals Microsoft Office 2010 Fundamentals Story / Walls.
COMPUTER SKILLS MS-ACCESS. Introduction Access is a piece of software known as a database management system. At its most basic level, it can be used to.
Chapter 2: The Visual Studio.NET Development Environment Visual Basic.NET Programming: From Problem Analysis to Program Design.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Access Project 1 Creating and Using a Database.
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 11 Creating Web Applications and Writing Data to a Database.
INTRODUCTION TO DATABASES (MICROSOFT ACCESS)
Business Searching Interface
Access Creating a Database
Access Creating a Database
Database Management  .
Access Lesson 1 Understanding Access Fundamentals
Business Searching Interface
Chapter 10 – Database Management
Lecture 1 Lecturer: awdang aziz MS access
Access: Access Basics Participation Project
Database Applications
Defining the Fields in a Table
These slides are for reference only. They are not "lecture notes"
Microsoft Office Illustrated Introductory, Windows XP Edition
Take-off Products and Solutions for Public Information Providers
Presentation transcript:

Ch. 101 Database Management An Introduction to Databases

Ch. 102 Database Management Database (Relational database) A database is a collection of one or more ( usually related ) tables that has been created with database-management software. Microsoft Access is one of the best known database-management products. Some other prominent ones are that Oracle, SQL server, and DB2.

Ch. 103 MS Access: MEGACITIES.MDB Tables Cities Countries The relationship between cities and Countries are many-to-1 relationship.

Ch. 104 Database Terminology A table is a rectangular array of data. Each column of the table, called a field, contains the same type of information. Each row, called a record, contains all the information about one entry in the database.

Ch. 105 Sample Table – Cities Table Row / record column / Field

Ch. 106 Sample Table – Countries Table

Ch. 107 Database Management Database Explorer Accessing a Database with a Data Table

Ch. 108 Database Management Software (DBMS) Used to create databases Databases can contain one or more related tables Examples of DBMS include Access and Oracle

Ch. 109 Database Explorer Is used to view a database The Standard and Professional editions of Visual Basic contain Server Explorer that also allows the programmer to view information located on other computers.

Ch Using the Database Explorer 1.Click on Database Explorer from the View Menu. (The Explorer will appear on the left side of the screen.) 2.Right-click on “Data Connections”, and select “Add Connection”. 3.Set the Data Source to “Microsoft Access Database File.” 4.Click on the “Browse …” button and select the file MEGACITIES.MDB from the folder Programs\Ch10\MajorDatabases, and press Open. 5.Clear the contents of the “User name” text box.

Ch Database Explorer continued 6.Press the Test Connection button. The message box stating “Test Connection Succeeded” will appear. Press the OK button on that message box, and then press the OK button on the Data Link Properties box. 7.An icon should appear in Database Explorer. Click on the + sign to the left of the icon to expand this entry. four subentries will appear: Tables, Views, and Stored Procedures, and Functions. 8.Expand the Tables entry to reveal the subentries, the tables Cities and Countries. 9.Expand an entry to reveal the fields of the table. (See slide 10.) 10.Double-click on a table to show the table in a grid. (See slide 11.)

Ch Figure A – Database Explorer

Ch Figure B – The Cities Table