Database Management System

Slides:



Advertisements
Similar presentations
CS0004: Introduction to Programming Visual Studio 2010 and Controls.
Advertisements

Web Forms and ASP.NET Programming Right from the Start with Visual Basic.NET 1/e 12.
1 PROJECT Web-based Database Applications Lecture 1: Basic Internet Concepts & Databases - the History.
Automating Tasks With Macros
Lecture Microsoft Access and Relational Database Basics.
Chapter 3 CDE User Applications. CDE Mail Tool full-featured graphical management program standard component of the Solaris CDE read mail and attachments.
Automating Tasks With Macros. 2 Design a switchboard and dialog box for a graphical user interface Database developers interact directly with Access.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15Slide 1 User interface design l Designing effective interfaces for software systems.
ISYS 512 Business Application Design and Development with.Net David Chao.
User interface design Designing effective interfaces for software systems Objectives To suggest some general design principles for user interface design.
What is Web Design The term “web design” has come to encompass a number of disciplines, including: Visual (graphic) design User interface and experience.
PART A Emac Lisp   Emac Lisp is a programming language  Emacs Lisp is a dialect.
Microsoft Visual Basic 2012 CHAPTER ONE Introduction to Visual Basic 2012 Programming.
Microsoft Visual Basic 2005 CHAPTER 1 Introduction to Visual Basic 2005 Programming.
Software Quality Assurance 2/20 WELCOME Graphic User Interface Testing.
COMPUTER SOFTWARE Section 2 “System Software: Computer System Management ” CHAPTER 4 Lecture-6/ T. Nouf Almujally 1.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Basics of Web Databases With the advent of Web database technology, Web pages are no longer static, but dynamic with connection to a back-end database.
What is Architecture  Architecture is a subjective thing, a shared understanding of a system’s design by the expert developers on a project  In the.
HTML presentation Embedding Graphics in Web Pages n HTML uses an empty tag called the (image tag) n n n or n n n Note: all web production tools do insert.
Components of Database Management System
1 Accelerated Web Development Course JavaScript and Client side programming Day 2 Rich Roth On The Net
Enhancing the Graphical User Interface Multiple Forms, Controls, and Menus.
1 3. Computing System Fundamentals 3.1 Language Translators.
1 Database Design and Development: A Visual Approach © 2006 Prentice Hall Chapter 8 DATABASE DESIGN AND DEVELOPMENT: A VISUAL APPROACH Chapter 8 Creating.
Architectural Patterns Support Lecture. Software Architecture l Architecture is OVERLOADED System architecture Application architecture l Architecture.
Database Application Design and Data Integrity AIMS 3710 R. Nakatsu.
Microsoft Visual Studio 2010 Teacher: Ms. Olifer.
Software Quality Assurance WELCOME Graphic User Interface Testing.
Database Management Supplement 1. 2 I. The Hierarchy of Data Database File (Entity, Table) Record (info for a specific entity, Row) Field (Attribute,
IST 220 – Intro to Databases Lecture 2 Touring Microsoft Access.
The basics of knowing the difference CLIENT VS. SERVER.
Invitation to Computer Science 6 th Edition Chapter 10 The Tower of Babel.
ISYS 512 Business Application Design and Development with.Net David Chao.
Introduction to ASP.NET development. Background ASP released in 1996 ASP supported for a minimum 10 years from Windows 8 release ASP.Net 1.0 released.
DB Implementation: MS Access Forms. MS Access Forms: Purpose Data entry, editing, & viewing data in Tables Forms are user-friendlier to end-users than.
Identify internal hardware devices (e. g
INTRODUCTION TO DATABASES (MICROSOFT ACCESS)
JavaScripts.
Internet Made Easy! Make sure all your information is always up to date and instantly available to all your clients.
IST 220 – Intro to Databases
Working in the Forms Developer Environment
The Desktop Screen image displayed when a PC starts up A metaphor
Visual Basic Code & No.: CS 218
Introduction to Visual Basic 2008 Programming
MATLAB Fuzzy Logic Toolbox
How to automatise the grid production - using model builder in ArcGIS
The Client/Server Database Environment
Haritha Dasari Josue Balandrano Coronel -
Database Management Systems
9/20/2018 Advantage:Gen An Overview.
Tutorial 8 Objectives Continue presenting methods to import data into Access, export data from Access, link applications with data stored in Access, and.
DB Implementation: MS Access Forms
Database Management System
Introduction to ArcView
VISUAL BASIC.
Using the Hierarchy Workbench
Unit# 6: ICT Applications
Web UI testing automation and Selenium
DB Implementation: MS Access Forms
INFO/CSE 100, Spring 2006 Fluency in Information Technology
Serpil TOK, Zeki BAYRAM. Eastern MediterraneanUniversity Famagusta
Introduction of Week 11 Return assignment 9-1 Collect assignment 10-1
Database Connectivity and Web Development
GRAPHICAL USER INTERFACE GITAM GADTAULA. OVERVIEW What is Human Computer Interface (User Interface) principles of user interface design What makes a good.
GRAPHICAL USER INTERFACE GITAM GADTAULA KATHMANDU UNIVERSITY CLASS PRESENTATION.
Grauer and Barber Series Microsoft Access Chapter One
Lecture 23 CS 507.
Web Application Development Using PHP
Visual Basic for Applications: Introduction
Presentation transcript:

Database Management System Lecture - 32 © Virtual University of Pakistan

© Virtual University of Pakistan Application Programs © Virtual University of Pakistan

© Virtual University of Pakistan Application Programs Programs written to perform different requirement posed by the users/organization The concern of the developer Performed in parallel or after DBD Tool selection is critical BUT © Virtual University of Pakistan

© Virtual University of Pakistan General Activities Data input programmes Editing Display Processing related to activities Reports © Virtual University of Pakistan

© Virtual University of Pakistan User Interface Almost all activities through UI A gateway to DB world for end users Main concern of users in an application; crucial © Virtual University of Pakistan

© Virtual University of Pakistan User Interfaces Text based Graphical User Interface (GUI) (Most Common, generally called Forms) © Virtual University of Pakistan

© Virtual University of Pakistan Text Based UI Adding a Record --------- 1 Deleting a Record --------- 2 Enrollment --------- 3 Result Calculation --------- 4 Exit --------- 5 © Virtual University of Pakistan

© Virtual University of Pakistan Forms Browser based HTML, scripting languages, Front Page Non-Browser/Simple Visual Basic, Developer, MS Access Form tools support simple built-in functionality © Virtual University of Pakistan

Graphical User Interface © Virtual University of Pakistan

User Friendly Interface Beginners (What and How) Intermediate (What) Experts (Both) © Virtual University of Pakistan

© Virtual University of Pakistan Tips User friendly Make users in charge Don’t test users’ memory Be consistent © Virtual University of Pakistan

© Virtual University of Pakistan Tips Should be processes based rather than the data structure based Document structure (single page vs multiple pages) © Virtual University of Pakistan

Entities and Relationships Simple entity on a page Hierarchies of entities © Virtual University of Pakistan

© Virtual University of Pakistan Simple Entity © Virtual University of Pakistan

Hierarchies of Entities © Virtual University of Pakistan

© Virtual University of Pakistan Windows Controls So many of them Logical values © Virtual University of Pakistan

© Virtual University of Pakistan Windows Controls So many of them Logical values Set of values © Virtual University of Pakistan

© Virtual University of Pakistan Windows Controls © Virtual University of Pakistan

© Virtual University of Pakistan Set of Values © Virtual University of Pakistan

© Virtual University of Pakistan Numbers, Dates and Text Normally text boxes © Virtual University of Pakistan

Maintaining Data Integrity Basic rules Business rules © Virtual University of Pakistan

Database Management System Lecture - 32 © Virtual University of Pakistan