Updating Data On-Line.

Slides:



Advertisements
Similar presentations
EDIT MODE The HAAS Control Series PRESS THREE TIMES TO GET TO THIS PAGE (Continued on next slide) Note: SLIDE LEGEND ACTIONS INSTRUCTIONS KEYS INFORMATION.
Advertisements

Updating Databases With Open SQL
Batch Process Overview. Batch Processes 2 What Do You Mean By Batch Processing? Allows for Mass Entry of Data All Processing of the Data Happens Without.
Maintenance Modifying the data –Add records –Delete records –Update records Modifying the design –Add fields into tables –Remove fields from a table –Change.
A Guide to SQL, Seventh Edition. Objectives Create a new table from an existing table Change data using the UPDATE command Add new data using the INSERT.
Data Warehouse View Maintenance Presented By: Katrina Salamon For CS561.
.
Student Discipline. C4A-DI01:Student Discipline Agenda: -Create/update Incident Log and escalation to HEP -Conduct counselling, escalate counselling case.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. ACCESS 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 4 – Creating New.
AQS Web Quick Reference Guide Changing Raw Data Values Using Maintenance 1. From Main Menu, click Maintenance, Sample Values, Raw Data 2. Enter monitor.
1 Lesson 7: CAMS. 2 Training Objectives u At the conclusion of this lesson, PCMS LAPC’s and APC’s will be able to: n Create, maintain, query and deactivate.
AQS Development and Enhancement Plans AQS Development and Enhancement Plans AQS CONFERENCE Jake Summers June 9, 2010.
Introduction to Standard Reports. Standard Reports 2 How to get information out of AQS Standard Reports Site / Monitor Metadata Detail Data Reports “
1 Lesson 7: Transfer Equipment. 2 Training Objectives u At the conclusion of this lesson, PCMS LFPCs and AFHCs will be able to: n Query and transfer equipment.
Exploring Microsoft Access 97 Chapter 1 Introduction to Microsoft Access: What Is A Database? Office graphic copyright by Microsoft Corp.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 24 Managing and Reporting Database Information 1 Morrison / Wells / Ruffolo.
Basic & Advanced Reporting in TIMSNT ** Part Two **
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. ACCESS 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 2 – Viewing and.
Objectives After completing this lesson, you should be able to do the following: Describe each data manipulation language (DML) statement Insert rows.
Banner 7 Enhancements. What’s different from 6.x to 7.x? Main Menu Changes Main Menu Changes Toolbars Toolbars Flexible Screen Resolution Flexible Screen.
With Microsoft Office 2007 Introductory© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Introductory.
Actions Queries. Understanding Action Queries  Action queries are a way to make corrections to database. They can make an enormous mess of database if.
Database structure and space Management. Segments The level of logical database storage above an extent is called a segment. A segment is a set of extents.
1 MetaLib 4 Clustering & Faceting. 2 Custering & Faceting MetaLib 4.0x introduces clustering and faceting of search results, providing the user with new.
Session Making Queries and Multiple Entry Work for You in Direct Loans (Hands-On) Session 21.
Basic & Advanced Reporting in TIMSNT ** Part Three **
Training Slides – Manage Co-Curricular Activities Integrated National Education Information System (iNEIS TM )
Index Tuning Conventional index. Overview.
Microsoft FrontPage 2003 Illustrated Complete Integrating a Database with a Web Site.
Database Management System. DBMS A software package that allows users to create, retrieve and modify databases. A database is a collection of related.
1 MIP PALT Tool Training WebEx Training (2 hours) Introduction to the PALT Tool Monday 4/17/2006 & Tuesday 4/18/2006 Updated Monday 6/18/2007.
CSC 411/511: DBMS Design Dr. Nan WangCSC411_L12_JDBC_MySQL 1 Transations.
Provider Modifications. Log-in to IMPACT Enter the User ID and Password then, click Login.
Chapter 12© copyright Janson Industries Java Server Faces ▮ Explain the JSF framework ▮ SDO (service data objects) ▮ Facelets ▮ Pagecode classes.
Institute for the Protection and Security of the Citizen HAZAS – Hazard Assessment ECCAIRS Technical Course Provided by the Joint Research Centre - Ispra.
Oracle 10g Database Administrator: Implementation and Administration Chapter 10 Basic Data Management.
Complete Ordering System for Promotional Literature and Samples Quick Reference and Training Guide.
2 Copyright © 2004, Oracle. All rights reserved. Running a Forms Developer Application.
Programming with Microsoft Visual Basic 2012 Chapter 14: Access Databases and SQL.
1 New Perspectives on Microsoft Access 2016 Module 4: Creating Forms and Reports.
Running a Forms Developer Application
Millennium Create Lists in Action
Database structure and space Management
To the ETS – Agreement Management Online Training Course
Working in the Form Builder Environment
Reviewing and Changing Your Completed Application
Banner 9 Navigation Keys
Access Maintaining and Querying a Database
Inviting Applicants to Interviews/EVENTs
Multi-host Internet Access Portal (MIAP) Enhancement Guide
CST221: Database Systems (III)
>> PHP: Delete Query
Creating and Modifying Queries
Siebel Open UI Features & Updates
Curriculum Update Form (SZACURU) Basics
HAVING,INDEX,COMMIT & ROLLBACK
September 5th, 2018 Tursynay Issabekova Office of the Registrar
To the ETS – Agreement Management Online Training Course
Responding to a Rogers Sourcing Event STEP Table of Contents Page
Family Networks Web Treatment Plan
24 February 2019.
PIE Planning & Resources
Lesson 23 Getting Started with Access Essentials
What’s New? What’s Changed?
Browsing Data in AQS.
Updating Databases With Open SQL
Correct Function.
Wings 2.0 Business Flow Reference
Updating Databases With Open SQL
Presentation transcript:

Updating Data On-Line

What Can I Maintain Online? Data owned by your Screening Group Exceptional Event definitions and concurrences (only online) Data Site Monitor Sample Data Precision & Accuracy Data Summary Data Comments On-Line Data Maintenance

Where Do I Start? Session access You can only see data from monitors YOU OWN You can change any data that YOU OWN On-Line Data Maintenance

Where To Go From Here On-Line Data Maintenance

How to update data online? Query just like we did in Browse Select the Type of Data you Want Site Monitor Event Raw Get Only the Records You Need by Specifying Filters Execute the Query Modify the Records as Needed For Site, Monitor, Event or P&A data, can modify directly For Raw Data, must “insert” a new record with a “U” (then go through Stat/CR process) Save Look for confirmation message On-Line Data Maintenance

How Do I Do That? Select the Type of Data you Want Get Only the Records You Need by Specifying Filters Execute the Query Scroll Through the Records, Updating as Needed On-Line Data Maintenance

Form Navigation Previous Block Next Block First Record Last Record Previous Record Next Record Rollback Changes Insert Record Save Changes Delete Record Duplicate Record Clear (Erase) Record On-Line Data Maintenance

Save & Rollback Rollback Save Throws away all changes back to the last time you Saved. Cannot “undo” a Rollback Save None of the changes you make take effect until you save. On-Line Data Maintenance

Put it into practice – Exercise 2.1 On-Line Data Maintenance