Progress Report Amin Farmahini Farahani BME763. What’s been done: Database Fundamentals Giving a talk about the fundamentals of database Table, record,

Slides:



Advertisements
Similar presentations
The Ribbon Standard to all Office 2007 applications Organized by feature and functionality Navigation Pane Access to all objects in the current database.
Advertisements

WHAT D IS RAW, UNPROCESSED FACTS AND FIGURES COLLECTED, STORED AND PROCESSED BY COMPUTERS.
 Open the Paradise.exe file  Application displays records in the Books database  Allows the store manager to enter an author’s name (or part of a name)
Prepared by Jennifer Kreie, New Mexico State UniversityHosted by the University of Arkansas Microsoft Enterprise Consortium Database Fundamentals Data.
University of Nevada, Reno College of Business Administration What are we going to learn 9/27 – 9/29? 1. Answer questions about MS Access queries. 2. Understand.
Chapter 12: Using ADO.NET 2.0 Programming with Microsoft Visual Basic 2005, Third Edition.
Guide to Oracle10G1 Introduction To Forms Builder Chapter 5.
Chapter 12: ADO.NET and ASP.NET Programming with Microsoft Visual Basic.NET, Second Edition.
Using ADO.NET Chapter Microsoft Visual Basic.NET: Reloaded 1.
Chapter 5 Database Concepts.
RELATIONSHIP  THE WAY TABLES ARE RELATED  A TABLE MUST PARTICIPATE IN AT LEAST ONE RELATIONSHIP  IN A BINARY RELATIONSHIP TWO ENTITIES PARTICIPATE 
Database Design Chapter 2. Goal of all Information Systems  To add value –Reduce costs –Increase sales or revenue –Provide a competitive advantage.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
Using ERWin to model your data Supplied by Computer Associates as part of AllFusion.
Chapter Extension 6 Using Microsoft Access © 2008 Pearson Prentice Hall, Experiencing MIS, David Kroenke.
Information systems and databases Database information systems Read the textbook: Chapter 2: Information systems and databases FOR MORE INFO...
Figure 1. Hit analysis in 2002 of database-driven web applications Hits by Category in 2002 N = 73,873 Results Reporting 27% GME 26% Research 20% Bed Availability.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
Databases & Data Warehouses Chapter 3 Database Processing.
Classroom User Training June 29, 2005 Presented by:
Databases and LINQ Visual Basic 2010 How to Program 1.
Simple Database.
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.
Information Systems: Databases Define the role of general information systems Describe the elements of a database management system (DBMS) Describe the.
Overview of Data Access MacDonald Ch. 15 MIS 324 Professor Sandvig.
Microsoft Visual Basic 2010: Reloaded Fourth Edition Chapter Twelve Access Databases and LINQ.
Computer Science 101 Database Concepts. Database Collection of related data Models real world “universe” Reflects changes Specific purposes and audience.
1 Data Bound Controls II Chapter Objectives You will be able to Use a Data Source control to get data from a SQL database and make it available.
Database Application Design n Characteristics of Database Applications n Form Design n Report Design n Application Program Design.
Database Design. The process of developing database structures from user requirements for data a structured methodology Structured Methodology - a number.
TPM Software within Good Spirit School Division. TPM Software is an integrated Student Services Software Solution Forms / Printouts / Reports Integrated.
DiDA – Database practice Lesson 3 – Objectives The difference between database structure and database entries How to input data into a database Why use.
The Glance Project ATLAS Management January 2012.
CREATING FORMS AND REPORTS By: Dr. Ennis-Cole. OBJECTIVES: Create and change a form with the Wizard Navigate and find data using a form Preview and print.
1 Database & DBMS The data that goes into transaction processing systems (TPS), also goes to a database to be stored and processed later by decision support.
CS499 Project #3 XML mySQL Test Generation Members Erica Wade Kevin Hardison Sameer Patwa Yi Lu.
Database Design. The process of developing database structures from user requirements for data a structured methodology Structured Methodology - a number.
ENTITY RELATIONSHIP DIAGRAM ENTITY RELATIONSHIP DIAGRAM IS A SPECIALIZED GRAPHIC THAT ILLUSTRATES THE INTERRELATIONSHIPS BETWEEN ENTITIES IN A DATABASE.
Access Chapter 5-Table Tricks, Advanced Queries and Custom Forms.
Database Management Supplement 1. 2 I. The Hierarchy of Data Database File (Entity, Table) Record (info for a specific entity, Row) Field (Attribute,
Microsoft FrontPage 2003 Illustrated Complete Integrating a Database with a Web Site.
Planning & Creating a Database By Ms. Naira Microsoft Access.
As we upgrade from ImageNow 6.1 to ImageNow 6.3, there are some changes to the interface that the end-users will see. These slides cover changes to the.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
KN Home Page News Companies Business sectors User Entry Screen Select a Notebook Select a Subject View a Notebook Subject Screen Knowledge Notebook Overview.
1 DATABASE TECHNOLOGIES (Part 2) BUS Abdou Illia, Fall 2015 (September 9, 2015)
Clearly Visual Basic: Programming with Visual Basic 2008 Chapter 25 I’m Suffering from Information Overload.
Done By : Gillian Swaby. Objectives: 1. What is an Entity-Relationship Diagram? 2.What are the symbols used in ERD? Explain each. 3. What is a one- to-
What is an Entity Relationship Diagram?. An Entity Relationship Diagram is a graphic that is speacialized to illustrate or give examples of the inter.
* Database is a group of related objects * Objects can be Tables, Forms, Queries or Reports * All data reside in Tables * A Row in a Table is a record.
CIAF Summary Report 2012/13 TPM Software within Good Spirit School Division.
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 1 ® Database & Table.
10.1Retrieving a Database File – In the last chapter, we have created a database file and several tables for that database. – In order to view and modify.
Chapter 3: Relational Databases
Howard Paul. Sequential Access Index Files and Data File Random Access.
Using a Database Access97 Please use speaker notes for additional information!
CSCI 3327 Visual Basic Chapter 13: Databases and LINQ UTPA – Fall 2011.
Advanced Powerpoint Features Design Software BTT101 Credit: Mr. Spinelli.
1 PDMLink Application - User Features & Functions Module 6: Search Capabilities.
COMPREHENSIVE Access Tutorial 1 Creating a Database.
DBS201: Data Modeling. Agenda Data Modeling Types of Models Entity Relationship Model.
Karolina Muszyńska
Copyright © 2014 Pearson Canada Inc. Ext. 5b-1 Copyright © 2014 Pearson Canada Inc. Application Extension 5b Using Microsoft Access Part 2: Using Information.
Fundamental of Database Systems
Visual Basic 2010 How to Program
ORACLE ADF ONLINE TRAINING COURSE
This shows the user interface and the SQL Select for a situation with two criteria in an AND relationship.
CSCI-100 Introduction to Computing
Order Database – ER Diagram
Systems Design Project Deliverable 3
Presentation transcript:

Progress Report Amin Farmahini Farahani BME763

What’s been done: Database Fundamentals Giving a talk about the fundamentals of database Table, record, attribute, constraint Base and Derived Tables Keys Three major relationships

What’s been done: Coredata Learning 1 Creating coredata projects Working with Data Model file – Creating entity – Adding and configuring attributes – Adding and customizing relationships Inverse To-Many

What’s been done: Coredata Learning 2 Adding and configuring user interface file to database (nib file) Creating and configuring user interface Controllers Adding Bindings to connect user interface to database – Binding tables – Binding columns – Connecting buttons, text boxes, switch boxes Adding search capability to database

Next Plan Discussion about the database needed for application Creating the initial version of our database Getting down and dirty in database development for educating myself about advanced material