Introduction to the Database functionality. Revision 1.3, 12 September by empolis knowledge management GmbH

Size: px
Start display at page:

Download "Introduction to the Database functionality. Revision 1.3, 12 September by empolis knowledge management GmbH"

Transcription

1 FEUZRUNV Introduction to the Database functionality Revision 1.3, 12 September by empolis knowledge management GmbH

2 Copyright by empolis knowledge management GmbH. All rights reserved. This document is subject to change without notice Disclaimer: THIS DOCUMENT IS PROVIDED FOR INFORMATIONAL PURPOSES ONLY. The information contained in this document represents the current view of empolis knowledge management on the issues discussed as of the date of publication. INFORMATION PROVIDED IN THIS DOCUMENT IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND FREEDOM FROM INFRINGEMENT. Thanks to Pól McNulty, Interactive Multimedia Systems, Clara House, Glenageary Park, Glenageary, Co. Dublin, Ireland, for the first version of this document! empolis knowledge management Sauerwiesen 2 D Kaiserslautern Tel: Fax: cbrworks@empolis.com support@empolis.com

3 To make it easier to create CBR-systems, CBR-Works supports to import information from a database. This information can be used to quickly define concepts, types, their range and also cases. Setting up the connection to a database and importing elements of it will be the focus of this tutorial. 3

4 1 Introduction for database access with CBR-Works 1.1 Setting up the ODBC Data Source Communication between CBR-Works and the database takes place using a 32 bit ODBC driver. This is our first step. To create a ODBC (Open DataBase Connectivity), complete the following: 1. Open your 32 bit ODBC in the control panel. This opens the ODBC data source administrator. Introduction for database access with CBR-Works 4

5 2. Select the User DSN tab. 3. To add a new data source select the Add button. This prompts the Create New Data Source dialog box. Here you select the necessary application driver. For our tutorial purpose select the Microsoft Access driver. 4. Push the Finish button 5. In the ODBC Microsoft Access set-up box, you now have to enter a name for this data source (so you can refer to it in CBR-Works), also you have to inform the driver of the location of the database file. To name the data source insert Tutorial in the Data Source_Name field. To inform the driver of the location of the database (Tutorial.mdb), press the Select button. In the pop-up box, navigate through the folders until you locate the file. Select it and click the OK button. When you return Introduction for database access with CBR-Works 5

6 to the set-up box click OK and then exit the Administrator application. 6. You now have created the data source. 1.2 Establishing a connection As the data source has been created we now connect CBR-Works to the database. Follow these steps: 1. Create a new blank CBR application in CBR- Works. 2. Click on the File->Preferences menu and select Database options (File->Preferences- >Database). This prompts the Database Options dialog box. 3. If your database is password protected it is necessary to include your user name (if any) and the password in their respective fields. 4. In the Data Source field enter the name of the data source created before, i.e., Tutorial. 5. Press OK 6. If you return to the default screen in CBR- Works, then you have been connected to the database, otherwise repeat these steps as an error Introduction for database access with CBR-Works 6

7 occurred and the connection could not be established. 1.3 Importing types into the Model Since your connection has been established you have to choose the way importing the types for your CBR-Application. First you can follow the this section if you prefer to import all types before importing any concept or second you can import a type with each concept you have defined (see Importing Concepts on page 11). Now, you want to import the types, select the Type button in the top right hand corner of the screen. To start: 1. Select Create Types from Database in the Edit menu. 2. This prompts the Table Wizard. At first the wizard appears to be empty, but don t fret. First click on the drop-down Table field and select the table named Table1. 3. The Column field now shows the attribute Reference, the typename listing Reference (which you can change), and the Super Type which shows the assumed parent type: Symbol is not correct. Change it to String by clicking on the Super Type pull-down box. Then press OK. This will close the Type Wizard and create the type as specified. 4. You have to repeat steps 1 through 3 for each Type you need to import from the Database and Introduction for database access with CBR-Works 7

8 in this case we want to import all of them. There are a few things to pay attention to: Each time you enter the Type Wizard you will be presented with this blank page. Therefore each time you wish to import another type you must select Table, from the Table pulldown menu. By Default the Type wizard will automatically load the first column, in this case: reference. You must navigate down the Column pulldown menu to select the next type to import. On the second turn it will be Accommodation, on the third Bedrooms and so on. Introduction for database access with CBR-Works 8

9 Each time you select a type from the Column field, the typename & Supertype also changes Also ensure that the correct SuperType is specified. Consult Table One of the tutorial document to check. One problem with the Type wizard is that it does not allow you to specify types as symbol sets, because most databases do not support sets. We shall change these settings later. In the picture above you can see the range of places listed. Error my occur here if there are mistakes in your Database. Remember to consult Table One from the tutorial document, ensure that the correct ranges are entered. For example view figure 5. If you look at Table One you will see that the range specified for the being attribute Bedrooms was from 0 to 9. However, below you can see that the Type wizard misinterpreted these values as an enumeration rather than a interval. To correct this error click on the interval radio button. The range section then alters to allow you to specify the minimum (0) and maximum (9) range. The same kind of problem will occur when importing the rental_price Type. Use these principle to fix that problem too. Importing the location type will also bring problems. The SuperType is wrong for a start, as w wish it to be a TaxonomySymbol. Change it. Introduction for database access with CBR-Works 9

10 When you have selected the TaxonomySymbol the range interface changes. Here you should see the difference between the layout of the taxonomy in the tutorial section and the one Introduction for database access with CBR-Works 10

11 here. Here all the districts are Sons of the Root directory instead of being the Sons of the North_Side and the South_Side. This is because the database contains no information on the layout of the structure of the Taxonomy. Therefore you must define it. In order to do this you will have to consult Table 1 in the tutorial document. First, you must add the two categories these districts come under. I.E. North_Side or South_Side. To begin... Click on the Root directory Type in North_Side in the new value field Introduction for database access with CBR-Works 11

12 Click Add as Son Then ensure that North_Side (NS) is selected and type South_Side (SS) and press Add as Brother Now that you have defined the two categories of the root you must make all the districts son s of their respective categories (Either NS or SS). Consult the tutorial for this. To add, click on a district and drag it over it s parent (e.g. Click on Donnybrook and drag it over the South_Side ) and release your mouse button. This adds Donnybrook as a sub-range of South_Side. Repeat this for all districts. Click OK when you have finished. Now that you have imported this taxonomy you will have to recreate the similarity matrix. To do this, return to point 7 onwards in Creating a taxonomy symbol in your tutorial document. Problems will also occur when you are importing types that are to be symbol sets. The Type Wizard will not allow you to define these kind of types. Therefore in order to fix this we must follow these steps: Instead of defining these types as symbol sets we shall instead define them as symbols. (We ll convert them later). Now, the problem with this is that the type Wizard will not realise that two words in the same field are two separate ranges, rather it will believe that any combination is a range in Introduction for database access with CBR-Works 12

13 itself. Therefore anytime there is a repeat of a range or a list of them please delete them by clicking on them and clicking Remove. If you consult Table 1 you will be able to see the ranges that should be there. When you have imported everything from the Type Wizard, go to the Type window. Click on the field that you wish to convert from symbols to symbol set. Using the right-mouse button, click on the Type, and select convert type from the menu. The Type Wizard will re-appear and if you click on the SuperType pull-down menu, you will see the option to convert to Symbol set. Once Symbol set is chosen, click OK to convert. Repeat this for all the symbols that need to be converted. I 1.4 Importing Concepts You may prefer to firstly import the concepts of your CBR-application. Start by selecting the concepts button on the top right-hand corner. Then select 'Create concepts from Database' from the edit menu. This prompt the Concept wizard. The Concept Wizard consists of two parts. The left-hand screen shows the name of the database, i.e. Table1. If you click on it, the Concept Wizard loads all of the table attributes. To import : Introduction for database access with CBR-Works 13

14 Select the Primary Key of your table (a primary key is a column which values identify a row unique). The column Reference is such a key, the values enumerate the rows in form of Place<x>. Your concept wizard should look like that Click on 'Create Concept' and then click 'Done' to import the concept and it's attributes. Introduction for database access with CBR-Works 14

15 1.5 Defining your new concept as the Case After completing these steps you will be returned to the concept window. If you look to the left-side of the screen you will see that there is now two concepts. However, only one of these may be the Case concept. Currently it is the wrong one, the concept named "Case" (the Case Concept is denoted by a a blue tab sticking out of the folder); See this picture: Click on the concept 'Table1' Select 'Define as Case', note that the blue tag has moved from 'Case' to 'Table1'. This illustrates that 'Table1' is now the Case Concept. As the other concept is of no use, it should be deleted. Click on the concept 'Case' and select Introduction for database access with CBR-Works 15

16 Delete Concept from the Edit menu. This leaves you with only one concept, the Case Concept Table1. The next step is to link all the types you imported to the attributes you imported, if you just have defined them. You have already seen how to link attributes to their respective types in the 'LINKING TYPES TO THEIR RESPECTIVE ATTRIBUTES' in the Tutorial document. Follow those procedures to accomplish this task. Perhaps you have not imported the types, then there is another possibility to do this now. Select the DataBase-card and select an attribute e.g. Reference. Introduction for database access with CBR-Works 16

17 Note that the type of Reference is Symbol. You could change this by selecting the button Create from DB. It is the short way, to get the Type Wizard for a concept. First you have to rename the Typename e.g. ReferenceStringType that the OK-button will be enabled. Selecting OK, your ReferenceStringType will be defined. The other types you could define in the same way, you need not to change the view to the Type Hierarchy. In the tutorial essay you will recall, altering the weights of attributes and disabling some attributes during the search phase ( i.e. the Introduction for database access with CBR-Works 17

18 Goto attribute). If you look at the table listing the attributes, you will see that the weights are all one and all the discriminant check-boxes are ticked. This must be updated. Consulting the WEIGHTS, HIDDEN ATTRIBUTES, & INTERNET LINKS section in the tutorial essay update these changes. One final thing is to note that the 'Reference' Attribute stores the name of the case and is therefore not necessary in the search procedure. Therefore, you must deselect the discriminant check box. Now that you have imported all your types & attributes, it is time to save the application and the carry on to importing our cases. 1.6 Importing our cases You are now ready to begin the final stage. Start by clicking on the Case Base Icon in the top right hand corner of the screen... To start importing the cases select Add Cases from database. When the Case Wizard appears to ask you to select a primary key, this will act as the name of the case. As the reference attribute serves as this, you will use this as your primary key. Click OK to close. Note: Transferring cases to case buffer is done automatically. The End. Introduction for database access with CBR-Works 18

19 This completes the tutorial of how to create a CBR- Works application from a database. To start a server and view over the web, consult the Tutorial.doc. I hope this is helpful. If there are any questions or comments, please contact support@empolis.com. Introduction for database access with CBR-Works 19

20 2 Advanced database access with CBR-Works 2.1 Audience This document assumes that you are already familiar with CBR-Works. You need to be familiar with the basic database access mechanisms of CBR- Works described in the Database.doc document. You also need a basic understanding of relational databases. 2.2 What you will learn This introduction shows you how to import data from a set of tables. 2.3 Relations in relational databases and CBR-Works In a relational database data is stored in tables. Tables have a set of columns. Every column has a name as well as a data type. CBR-Works stores data in concepts. Concepts have a set of attributes. Every attribute has a name and a type. So CBR-Works maps concepts to tables and columns to attributes. So far there is no fundamental difference between the organisation of data in databases and CBR- Works. However, when it comes to structured data things get more complicated. Advanced database access with CBR-Works 20

21 CBR-Works allows attributes to have complex types. If you want to model for example that cars have engines, where an "Engine" is a concept you can do this with CBR-Works by creating an attribute with type "Engine" within the Concept "Car". In the relational model however the type of a column is always atomic (Integer, String, Boolean etc.). So you can not model the relation between a whole, and its complex parts directly. This relations must be established by a SQL-statement that "joins" data from several tables. The result of the "JOIN" operation is a virtual table sometimes called a "view". This view contains columns from the tables that are joined together. Let s have a closer look at the "Join" operation. To understand this operation we need to understand the idea of "primary-keys". The problem is how to refer from one row in table X to another in table Y. This can be done by row identifiers. Typically, there is a single column called the "primary-key" in every table which allows to identify the rows of the table. No two rows of a table have the same value in the primary-key column. In some exotic cases the primarykey consists of more than one column. In which case no two rows of a table have the same values in these columns. Let s look at our example. Advanced database access with CBR-Works 21

22 We have two tables: The Car table: (The column EngineID refers to the Engine table) ID Price Colour EngineID Red Blue Green 3 And the Engine table: (The column ID is the primary key) ID Cylinders Horsepower The following SQL-Statement builds our desired view: 6(/(&7&DU3ULFH&DU&RORXU (QJLQH&\OLQGHUV(QJLQH+RUVHSRZHU )520&DU,11(5-2,1(QJLQH 21&DU(QJLQH,' (QJLQH,' The FROM-Clause defines that rows are joined if the EngineID from the Car Table matches the ID from the Engine table. Price Colour Cylinders Horsepower Blue Red Green Advanced database access with CBR-Works 22

23 Hence, the resulting view consists of a plain set of columns. There is no information about the wholepart structure. However the import mechanism of CBR-Works allows you to import Cars from the two tables without losing that structure. 2.4 How to establish the relations In order to make the data import as simply as possible CBR-Works creates the necessary SELECT Statement for you. However it needs some informations. The first thing it needs to know are the primary keys of your tables. That is, why you have to specify primary keys, when you create a Concept from the Database with the Concept-Wizard. Advanced database access with CBR-Works 23

24 Let s go back to our example. The Concept-Wizard creates an attribute for every column of the related table. So initially our Car Concept looks like this. When we have created our two concepts from the tables, CBR-Works can not know that an engine is a part of a car. You have to add an attribute to the Car Concept with type of Engine in order to do so. Also, when you are not interested in some of the columns, you can simply remove the related attributes. In our example we are neither interested in the CarID, nor in the EngineID of the car, so we simply remove Advanced database access with CBR-Works 24

25 these attributes. Our Car Concept now looks like this: Advanced database access with CBR-Works 25

26 When we switch to the database pane we see four attributes : For attributes with atomic types the DataBase pane shows the mapping from attribute name to column name. You may edit that mapping. For complex attributes CBR-Works knows that it has to perform a JOIN in order to import the data correctly. It also knows the primary-keys that are needed for that join. In our case it knows that the attribute "engine" has the type "Engine" and "Engine" has the primarykey "ID". However it doesn t know which column of the concept "Car" refers to that primary key of "En- Advanced database access with CBR-Works 26

27 gine". When you click on the "engine" attribute the editor shows a field where you can enter the foreignkey of "Car" which refers to "Engine". In our case the foreign-key is EngineID. When the primary-key consists of more than one column you have to enter here which (foreign) columns of the "whole-concept" refer to the primary-columns of the "part-concept". The whole-part import feature is not limited in depth. A part can have many parts, which in turn have many parts and so on. Advanced database access with CBR-Works 27

28 2.5 Remarks People that are familiar with databases may note, that there are a lot more possibilities to join tables than described above. This is true. We leave more complex JOIN operations to the database system itself. Now you may ask: "Why did you implement this kind of JOIN operations then?". A similar question would be: "Why don t we join the data in the database and than import data from a single view?. This would be much simpler!". If you have read the above text carefully you already know the answer. If CBR-Works would leave all JOIN operations to the database system, it could import data only from a single table. That means the whole-part structure is lost. Since this structure is helpful for the understanding of the domain, CBR-Works provides that information for you. Advanced database access with CBR-Works 28

Creating Pages with the CivicPlus System

Creating Pages with the CivicPlus System Creating Pages with the CivicPlus System Getting Started...2 Logging into the Administration Side...2 Icon Glossary...3 Mouse Over Menus...4 Description of Menu Options...4 Creating a Page...5 Menu Item

More information

Table of Contents. Tutorial The Basics Prerequisites Concepts... 1 Information... 1 Learning Objectives... 2

Table of Contents. Tutorial The Basics Prerequisites Concepts... 1 Information... 1 Learning Objectives... 2 Copyright Notice All information contained in this document is the property of ETL Solutions Limited. The information contained in this document is subject to change without notice and does not constitute

More information

SharePoint AD Administration Tutorial for SharePoint 2007

SharePoint AD Administration Tutorial for SharePoint 2007 SharePoint AD Administration Tutorial for SharePoint 2007 1. General Note Please note that AD Administration has to be activated before it can be used. For further reference, please see our Product Installation

More information

Microsoft Access Database How to Import/Link Data

Microsoft Access Database How to Import/Link Data Microsoft Access Database How to Import/Link Data Firstly, I would like to thank you for your interest in this Access database ebook guide; a useful reference guide on how to import/link data into an Access

More information

TIBCO iprocess Modeler Getting Started. Software Release 11.1 September 2009

TIBCO iprocess Modeler Getting Started. Software Release 11.1 September 2009 TIBCO iprocess Modeler Getting Started Software Release 11.1 September 2009 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE

More information

MySQL for Windows. Tak Auyeung. September 7, 2003

MySQL for Windows. Tak Auyeung. September 7, 2003 MySQL for Windows Tak Auyeung September 7, 2003 1 Getting it Go to http://www.mysql.com for general information. To make your life easier, you can get most of the files on a CD (so you can install it easily

More information

PST for Outlook Admin Guide

PST for Outlook Admin Guide PST for Outlook 2013 Admin Guide Document Revision Date: Sept. 25, 2015 PST Admin for Outlook 2013 1 Populating Your Exchange Mailbox/Importing and Exporting.PST Files Use this guide to import data (Emails,

More information

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling Access Review Relational Databases Different tables can have the same field in common. This feature is used to explicitly specify a relationship between two tables. Values appearing in field A in one table

More information

SQL Server Reporting Services (SSRS) is one of SQL Server 2008 s

SQL Server Reporting Services (SSRS) is one of SQL Server 2008 s Chapter 9 Turning Data into Information with SQL Server Reporting Services In This Chapter Configuring SQL Server Reporting Services with Reporting Services Configuration Manager Designing reports Publishing

More information

Easy Windows Working with Disks, Folders, - and Files

Easy Windows Working with Disks, Folders, - and Files Easy Windows 98-3 - Working with Disks, Folders, - and Files Page 1 of 11 Easy Windows 98-3 - Working with Disks, Folders, - and Files Task 1: Opening Folders Folders contain files, programs, or other

More information

Getting Started in CAMS Enterprise

Getting Started in CAMS Enterprise CAMS Enterprise Getting Started in CAMS Enterprise Unit4 Education Solutions, Inc. Published: 18 May 2016 Abstract This document is designed with the new user in mind. It details basic features and functions

More information

Classroom Website Basics

Classroom Website Basics Table of Contents Introduction Basic... 2 Logging In... 2 Step One Edit Account Settings... 3 Step Two Accessing the Site... 5 Step Three Edit Mode... 5 Step Four Add New Content Box... 6 Step Five Add

More information

GUARD1 PLUS Manual Version 2.8

GUARD1 PLUS Manual Version 2.8 GUARD1 PLUS Manual Version 2.8 2002 TimeKeeping Systems, Inc. GUARD1 PLUS and THE PIPE are registered trademarks of TimeKeeping Systems, Inc. Table of Contents GUARD1 PLUS... 1 Introduction How to get

More information

1. Open Outlook by clicking on the Outlook icon. 2. Select Next in the following two boxes. 3. Type your name, , and password in the appropriate

1. Open Outlook by clicking on the Outlook icon. 2. Select Next in the following two boxes. 3. Type your name,  , and password in the appropriate 1 4 9 11 12 1 1. Open Outlook by clicking on the Outlook icon. 2. Select Next in the following two boxes. 3. Type your name, email, and password in the appropriate blanks and click next. 4. Choose Allow

More information

Connecting SQL Data Sources to Excel Using Windward Studios Report Designer

Connecting SQL Data Sources to Excel Using Windward Studios Report Designer Connecting SQL Data Sources to Excel Using Windward Studios Report Designer Welcome to Windward Studios Report Designer Windward Studios takes a unique approach to reporting. Our Report Designer sits directly

More information

Microsoft Windows SharePoint Services

Microsoft Windows SharePoint Services Microsoft Windows SharePoint Services SITE ADMIN USER TRAINING 1 Introduction What is Microsoft Windows SharePoint Services? Windows SharePoint Services (referred to generically as SharePoint) is a tool

More information

Pan London Suspected Cancer Referral Forms for GPs A step-by-step guide to installing, using and ing the forms for GPs using EMIS Web

Pan London Suspected Cancer Referral Forms for GPs A step-by-step guide to installing, using and  ing the forms for GPs using EMIS Web Pan London Suspected Cancer Referral Forms for GPs A step-by-step guide to installing, using and emailing the forms for GPs using EMIS Web Dr Ian Rubenstein Eagle House Surgery Ponders End Enfield 1 Table

More information

Copyright SolarWinds. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified, decompiled,

Copyright SolarWinds. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified, decompiled, APM Migration Introduction... 3 General Requirements... 3 Database Requirements... 3 Stopping APM Services... 4 Creating and Restoring Orion Database Backups... 4 Creating a Database Backup File with Database

More information

SQL Server. Management Studio. Chapter 3. In This Chapter. Management Studio. c Introduction to SQL Server

SQL Server. Management Studio. Chapter 3. In This Chapter. Management Studio. c Introduction to SQL Server Chapter 3 SQL Server Management Studio In This Chapter c Introduction to SQL Server Management Studio c Using SQL Server Management Studio with the Database Engine c Authoring Activities Using SQL Server

More information

You can also check the videos at the bottom of this page:

You can also check the videos at the bottom of this page: This document is provided to give you an idea what R-Tag Version Control can do and how you can use it. If you decide that you need more information or you prefer to see a demo of the software please do

More information

My Site. Introduction

My Site. Introduction My Site Introduction My Site is a component of the portal that is available to all NB educators. It is a personalized site that provides all users with the following features: A place to save and share

More information

OSR Administration 3.7 User Guide. Updated:

OSR Administration 3.7 User Guide. Updated: OSR Administration 3.7 User Guide Updated: 2013-01-31 Copyright OneStop Reporting AS www.onestopreporting.com Table of Contents Introduction... 1 Who should read this manual... 1 What s included in this

More information

ICDL & OOo BASE. Module Five. Databases

ICDL & OOo BASE. Module Five. Databases ICDL & OOo BASE Module Five Databases BASE Module Goals taken from the Module 5 ICDL Syllabus Module 5 Database requires the candidate to understand some of the main concepts of databases and demonstrates

More information

Instructions for Using the Databases

Instructions for Using the Databases Appendix D Instructions for Using the Databases Two sets of databases have been created for you if you choose to use the Documenting Our Work forms. One set is in Access and one set is in Excel. They are

More information

GIS Virtual Workshop: Creating a Final Map

GIS Virtual Workshop: Creating a Final Map To create a map that will be pleasing to an end user, in a static format requires that certain items be added to the map such as a direction arrow, scale, title and legend. Including this information on

More information

GUARD1 PLUS Documentation. Version TimeKeeping Systems, Inc. GUARD1 PLUS and THE PIPE are registered trademarks

GUARD1 PLUS Documentation. Version TimeKeeping Systems, Inc. GUARD1 PLUS and THE PIPE are registered trademarks GUARD1 PLUS Documentation Version 3.02 2000-2005 TimeKeeping Systems, Inc. GUARD1 PLUS and THE PIPE are registered trademarks i of TimeKeeping Systems, Inc. Table of Contents Welcome to Guard1 Plus...

More information

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ]

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] Version 5.3 [ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] https://help.pentaho.com/draft_content/version_5.3 1/30 Copyright Page This document supports Pentaho Business Analytics

More information

Basic Software Maintenance. Ham Station Ultra Software Package

Basic Software Maintenance. Ham Station Ultra Software Package 1 Carl Skip Glover, Jr. K1SPG Custom Software & Hardware Solutions 4 Valley of Industry Boscawen, NH 03303 (603) 369-7015 Email: pctech.skip@gmail.com Email: k1spg@arrl.net Basic Software Maintenance Ham

More information

Introduction to Windows

Introduction to Windows Introduction to Windows Naturally, if you have downloaded this document, you will already be to some extent anyway familiar with Windows. If so you can skip the first couple of pages and move on to the

More information

Essay & Assignment Preparation using MindGenius

Essay & Assignment Preparation using MindGenius Essay & Assignment Preparation using MindGenius This workshop is aimed at those of you who struggle gathering and sorting information when beginning to write an essay. Using MindGenius you can plan essays

More information

WCCUSD Website. Centricity 2 Tutorial Guide. Site Manager Workspace.

WCCUSD Website. Centricity 2 Tutorial Guide. Site Manager Workspace. WCCUSD Website Centricity 2 Tutorial Guide Site Manager Workspace webmaster@wccusd.net Contents To Sign onto the WCCUSD website:... 2 Site Workspace Home Page Editors... 4 Site Workspace Sub Site Director/Individual

More information

How to Install, Configure and Use sftp (Windows Version)

How to Install, Configure and Use sftp (Windows Version) How to Install, Configure and Use sftp (Windows Version) The sftp secure File Transfer Protocol allows you to transfer patient datasets to and from IDT s server securely. All data transfers are encrypted

More information

Expense: Process Reports

Expense: Process Reports Expense: Process Reports User Guide for Standard Edition Applies to these SAP Concur solutions: Expense Professional/Premium edition Standard edition Travel Professional/Premium edition Standard edition

More information

MindGenius v6: A revision tool

MindGenius v6: A revision tool [Type here] MindGenius v6: A revision tool This document looks at how you can use Mind Genius for creating Mind Maps to help with revision. MindGenius can also be used for planning essays and presentations.

More information

Secure Web Appliance. Basic Usage Guide

Secure Web Appliance. Basic Usage Guide Secure Web Appliance Basic Usage Guide Table of Contents 1. Introduction... 1 1.1. About CYAN Secure Web Appliance... 1 1.2. About this Manual... 1 1.2.1. Document Conventions... 1 2. Description of the

More information

A. Open Access and create a new database named Lab7_yourlastname.accdb.

A. Open Access and create a new database named Lab7_yourlastname.accdb. Create a Database Table Lab 7, Step 1 A. Open Access and create a new database named Lab7_yourlastname.accdb. Access the ilabs and open the Office 2010 application folder. Select Access 2010: The Access

More information

Table Basics. The structure of an table

Table Basics. The structure of an table TABLE -FRAMESET Table Basics A table is a grid of rows and columns that intersect to form cells. Two different types of cells exist: Table cell that contains data, is created with the A cell that

More information

Fusion. CBR Fusion MLS Level 1 Core Functions. Class Handout

Fusion. CBR Fusion MLS Level 1 Core Functions. Class Handout Fusion 1 CBR Fusion MLS Level 1 Core Functions Class Handout GETTING STARTED IN FUSION Logging On and Off To log on to Fusion MLS: 1. Type your user name in the User ID box. 2. Type your password in the

More information

The following instructions cover how to edit an existing report in IBM Cognos Analytics.

The following instructions cover how to edit an existing report in IBM Cognos Analytics. IBM Cognos Analytics Edit a Report The following instructions cover how to edit an existing report in IBM Cognos Analytics. Navigate to Cognos Cognos Analytics supports all browsers with the exception

More information

BackupVault Desktop & Laptop Edition. USER MANUAL For Microsoft Windows

BackupVault Desktop & Laptop Edition. USER MANUAL For Microsoft Windows BackupVault Desktop & Laptop Edition USER MANUAL For Microsoft Windows Copyright Notice & Proprietary Information Blueraq Networks Ltd, 2017. All rights reserved. Trademarks - Microsoft, Windows, Microsoft

More information

How to Make Graphs with Excel 2007

How to Make Graphs with Excel 2007 Appendix A How to Make Graphs with Excel 2007 A.1 Introduction This is a quick-and-dirty tutorial to teach you the basics of graph creation and formatting in Microsoft Excel. Many of the tasks that you

More information

Overview. NETRON TECHNICAL NOTE February 2008 Summary

Overview. NETRON TECHNICAL NOTE February 2008 Summary NETRON TECHNICAL NOTE February 2008 Summary The Netron Fusion 3.4 toolset is compatible with Windows Vista (a.k.a. Windows version 6). However, due to changes in the security model, the Installation procedure

More information

Many of your assessments will require submission as a word document (.doc).

Many of your assessments will require submission as a word document (.doc). WORD HOW TO CREATE A WORD DOCUMENT Many of your assessments will require submission as a word document (.doc). 1. To open Microsoft Word, left click once on the blue window in the bottom left hand corner

More information

These are the steps you will take to complete the tutorial. They are also the common processes through which you will create your own operations.

These are the steps you will take to complete the tutorial. They are also the common processes through which you will create your own operations. Quick Start Tutorial The goal of this tutorial is to help new users get acquainted with the Jitterbit Integration platform. This tutorial gives you hands-on experience using Jitterbit to transform information

More information

RenameMan User Guide. ExtraBit Software

RenameMan User Guide. ExtraBit Software RenameMan User Guide ExtraBit Software http://www.extrabit.com Version 3.1 August, 2005 Contents Introduction... 5 What does RenameMan do?... 5 Features... 5 Quick tour of RenameMan... 5 Getting started...

More information

PowerPoint 2002 Manual

PowerPoint 2002 Manual PowerPoint 2002 Manual Internet and Technology Training Services Miami-Dade County Public Schools Contents How to Design Your Presentation...3 PowerPoint Templates...6 Formatting Your Slide Show...7 Creating

More information

SQream Dashboard Version SQream Technologies

SQream Dashboard Version SQream Technologies SQream Dashboard Version 1.1.0 SQream Technologies 2018-11-06 Table of Contents Overview................................................................................... 1 1. The SQream Dashboard...................................................................

More information

Policy Commander Console Guide - Published February, 2012

Policy Commander Console Guide - Published February, 2012 Policy Commander Console Guide - Published February, 2012 This publication could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes

More information

Outlook - an Introduction to Version 2003 Table of Contents

Outlook - an Introduction to  Version 2003 Table of Contents Outlook - an Introduction to E-mail Version 2003 Table of Contents What is Outlook Starting Outlook The Navigation Pane Getting Help Creating and Sending a Message Using the College Exchange Directory

More information

Tutorial: Working with the Xilinx tools 14.4

Tutorial: Working with the Xilinx tools 14.4 Tutorial: Working with the Xilinx tools 14.4 This tutorial will show you how to: Part I: Set up a new project in ISE Part II: Implement a function using Schematics Part III: Implement a function using

More information

DOING MORE WITH POWERPOINT: MICROSOFT OFFICE 2013

DOING MORE WITH POWERPOINT: MICROSOFT OFFICE 2013 DOING MORE WITH POWERPOINT: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT POWERPOINT PAGE 03 Slide Views MORE TASKS IN MICROSOFT POWERPOINT PAGE 05 Formatting

More information

APPLICATION NOTE. Date Issued: Subject: Easy Database connection from POV. Revision: 1

APPLICATION NOTE. Date Issued: Subject: Easy Database connection from POV. Revision: 1 APPLICATION NOTE THIS INFORMATION PROVIDED BY AUTOMATIONDIRECT.COM TECHNICAL SUPPORT These documents are provided by our technical support department to assist others. We do not guarantee that the data

More information

4. Some computers may also be customised so that a program such as Word can be started using a keyboard command.

4. Some computers may also be customised so that a program such as Word can be started using a keyboard command. Using Microsoft Word Starting the Program There are several ways to start a program in Microsoft Windows and they may include the following: 1. Clicking an icon on the desktop. 2. Clicking an icon in the

More information

New Dropbox Users (don t have a Dropbox account set up with your Exeter account)

New Dropbox Users (don t have a Dropbox account set up with your Exeter  account) The setup process will determine if you already have a Dropbox account associated with an Exeter email address, and if so, you'll be given a choice to move those contents to your Phillips Exeter Dropbox

More information

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version 1.1.0 and Eclipse Install, work with data perspectives, create connections, and create a project Skill Level: Intermediate

More information

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version 1.1.0 and Eclipse Install, work with data perspectives, create connections, and create a project Skill Level: Intermediate

More information

COMPUTER FOR BEGINNERS

COMPUTER FOR BEGINNERS COMPUTER FOR BEGINNERS INTRODUCTION Class Objective: This class will familiarize you with using computers. By the end of the session you will be familiar with: Starting programs Quitting programs Saving

More information

Access Made Easy. Forms.

Access Made Easy. Forms. Access Made Easy Forms 05 www.accessallinone.com This guide was prepared for AccessAllInOne.com by: Robert Austin This is one of a series of guides pertaining to the use of Microsoft Access. AXLSolutions

More information

Some (semi-)advanced tips for LibreOffice

Some (semi-)advanced tips for LibreOffice Some (semi-)advanced tips for LibreOffice by Andy Pepperdine Introduction We cover several tips on special things in Writer and Calc and anything else that turns up. Although I use LibreOffice, these should

More information

Getting Started Manual. SmartList To Go

Getting Started Manual. SmartList To Go Getting Started Manual SmartList To Go Table of contents Installing SmartList To Go 3 Launching SmartList To Go on the handheld 4 SmartList To Go toolbar 4 Creating a SmartList 5 The Field Editor Screen

More information

For additional information, please consult the Read-Me and Help documentation or contact Electro-Voice or Dynacord technical support.

For additional information, please consult the Read-Me and Help documentation or contact Electro-Voice or Dynacord technical support. Quick Start Guide Hello, and welcome to IRIS-Net software. We want you to get the most from your IRIS-Net projects and encourage you to explore the additional Read-Me and Help documentation provided with

More information

and 32 bit for 32 bit. If you don t pay attention to this, there will be unexpected behavior in the ISE software and thing may not work properly!

and 32 bit for 32 bit. If you don t pay attention to this, there will be unexpected behavior in the ISE software and thing may not work properly! This tutorial will show you how to: Part I: Set up a new project in ISE 14.7 Part II: Implement a function using Schematics Part III: Simulate the schematic circuit using ISim Part IV: Constraint, Synthesize,

More information

OneStop Reporting 4.5 OSR Administration User Guide

OneStop Reporting 4.5 OSR Administration User Guide OneStop Reporting 4.5 OSR Administration User Guide Doc. Version 1.2 Updated: 10-Dec-14 Copyright OneStop Reporting AS Contents Introduction... 1 Who should read this manual... 1 What s included in this

More information

Allowing access to Outlook 2000 folders Version 1.00

Allowing access to Outlook 2000 folders Version 1.00 Allowing access to Outlook 2000 folders Version 1.00 Need to Know TM To allow another network user access to some or all of your Outlook folders you need to complete two processes. One in your Outlook

More information

MICROSOFT OneNote 2013

MICROSOFT OneNote 2013 Q U I C K R E F E R E N C E G U I D E MICROSOFT OneNote 2013 Microsoft OneNote 2013 is the perfect place to gather and organize your ideas, thoughts, lists, plans, timelines, and references into one file.

More information

Using Microsoft Excel

Using Microsoft Excel About Excel Using Microsoft Excel What is a Spreadsheet? Microsoft Excel is a program that s used for creating spreadsheets. So what is a spreadsheet? Before personal computers were common, spreadsheet

More information

1. In Outlook click on the blue (2013) or yellow (2010) File tab in the top left corner of the window. 2. Click on + Add Account

1. In Outlook click on the blue (2013) or yellow (2010) File tab in the top left corner of the window. 2. Click on + Add Account This tutorial explains the two methods for accessing a shared mailbox. Users with Full Access to the mailbox should use method 1. Those who have folder level access to the mailbox should use method 2.

More information

DecisionPoint For Excel

DecisionPoint For Excel DecisionPoint For Excel Getting Started Guide 2015 Antivia Group Ltd Notation used in this workbook Indicates where you need to click with your mouse Indicates a drag and drop path State >= N Indicates

More information

All textures produced with Texture Maker. Not Applicable. Beginner.

All textures produced with Texture Maker. Not Applicable. Beginner. Tutorial for Texture Maker 2.8 or above. Note:- Texture Maker is a texture creation tool by Tobias Reichert. For further product information please visit the official site at http://www.texturemaker.com

More information

IBM DB Getting started with Data Studio Hands-On Lab. Information Management Cloud Computing Center of Competence.

IBM DB Getting started with Data Studio Hands-On Lab. Information Management Cloud Computing Center of Competence. IBM DB2 9.7 Getting started with Data Studio Hands-On Lab I Information Management Cloud Computing Center of Competence IBM Canada Lab Contents 1. INTRODUCTION...2 2. OBJECTIVES...2 3. SUGGESTED READING...3

More information

SolidWorks Intro Part 1b

SolidWorks Intro Part 1b SolidWorks Intro Part 1b Dave Touretzky and Susan Finger 1. Create a new part We ll create a CAD model of the 2 ½ D key fob below to make on the laser cutter. Select File New Templates IPSpart If the SolidWorks

More information

Function. Description

Function. Description Function Check In Get / Checkout Description Checking in a file uploads the file from the user s hard drive into the vault and creates a new file version with any changes to the file that have been saved.

More information

Chapter 11 Dealing With Data SPSS Tutorial

Chapter 11 Dealing With Data SPSS Tutorial Chapter 11 Dealing With Data SPSS Tutorial 1. Visit the student website at for this textbook at www.clowjames.net/students. 2. Download the following files: Chapter 11 Dealing with Data (SPSS data file)

More information

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step.

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. Table of Contents Just so you know: Things You Can t Do with Word... 1 Get Organized... 1 Create the

More information

Setting up Outlook Express to access your boxes

Setting up Outlook Express to access your  boxes Setting up Outlook Express to access your email boxes Basically there are 2 stages to this process the third only necessary if you use BT Internet as your Internet Service Provider (ISP) 1) Setting up

More information

2013 edition (version 1.1)

2013 edition (version 1.1) 2013 edition (version 1.1) Contents 1 Introduction... 3 2 Signing in to your Office 365 account... 3 2.1 Acceptable Use Policy and Terms of Use... 4 3 Setting your profile and options... 4 3.1 Settings:

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 7.2 Content Author's Reference and Cookbook Rev. 140225 Sitecore CMS 7.2 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

Course Exercises for the Content Management System. Grazyna Whalley, Laurence Cornford June 2014 AP-CMS2.0. University of Sheffield

Course Exercises for the Content Management System. Grazyna Whalley, Laurence Cornford June 2014 AP-CMS2.0. University of Sheffield Course Exercises for the Content Management System. Grazyna Whalley, Laurence Cornford June 2014 AP-CMS2.0 University of Sheffield PART 1 1.1 Getting Started 1. Log on to the computer with your usual username

More information

Creating a MOM 2005 Peformance Graph Report From a Template

Creating a MOM 2005 Peformance Graph Report From a Template Creating a MOM 2005 Peformance Graph Report From a Template Last Reviewed: Product Version: Reviewed By: Latest Content: October 17, 2005 MOM 2005 Justin Harter http://spaces.msn.com/members/jharter 1

More information

TECHNICAL PAPER. HomeMeeting Messenger User Guide. January, A HomeMeeting Inc. Official Document

TECHNICAL PAPER. HomeMeeting Messenger User Guide. January, A HomeMeeting Inc. Official Document TECHNICAL PAPER HomeMeeting Messenger User Guide January, 2006 A HomeMeeting Inc. Official Document Disclaimer; No Warranty THIS INFORMATION AND ALL OTHER DOCUMENTATION (IN PRINTED OR ELECTRONIC FORM)

More information

1 INTRODUCTION TO EASIK 2 TABLE OF CONTENTS

1 INTRODUCTION TO EASIK 2 TABLE OF CONTENTS 1 INTRODUCTION TO EASIK EASIK is a Java based development tool for database schemas based on EA sketches. EASIK allows graphical modeling of EA sketches and views. Sketches and their views can be converted

More information

Lutheran High North Technology The Finder

Lutheran High North Technology  The Finder Lutheran High North Technology shanarussell@lutheranhighnorth.org www.lutheranhighnorth.org/technology The Finder Your Mac s filing system is called the finder. In this document, we will explore different

More information

A TUTORIAL ON WORD. Katie Gregory

A TUTORIAL ON WORD. Katie Gregory A TUTORIAL ON WORD Katie Gregory First, CLICK HERE Then, find Microsoft Word under programs and the Microsoft Office 2013 Folder This is what the document should look like when opened. SAVING A WORD DOCUMENT

More information

How to set up an Amazon Work Profile for Windows 8

How to set up an Amazon Work Profile for Windows 8 How to set up an Amazon Work Profile for Windows 8 Setting up a new profile for Windows 8 requires you to navigate some screens that may lead you to create the wrong type of account. By following this

More information

Electronic Portfolios in the Classroom

Electronic Portfolios in the Classroom Electronic Portfolios in the Classroom What are portfolios? Electronic Portfolios are a creative means of organizing, summarizing, and sharing artifacts, information, and ideas about teaching and/or learning,

More information

SmartBar for MS CRM 2013

SmartBar for MS CRM 2013 SmartBar for MS CRM 2013 Version 2013.15, March 2014 Installation and User Guide (How to install/uninstall and use SmartBar for MS CRM 2013) The content of this document is subject to change without notice.

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Files in Microsoft Excel are referred to as Workbooks. This is because they can contain more than one sheet. The number of sheets a workbook can contain is only limited by your computer

More information

Digital Photography Moving Pictures From Camera To Computer and Organising Folders.

Digital Photography Moving Pictures From Camera To Computer and Organising Folders. Digital Photography Moving Pictures From Camera To Computer and Organising Folders. 1 Firstly, you need a digital camera. If you don t have one of your own, you can use one that we will provide for you.

More information

Enterprise Reporting -- APEX

Enterprise Reporting -- APEX Quick Reference Enterprise Reporting -- APEX This Quick Reference Guide documents Oracle Application Express (APEX) as it relates to Enterprise Reporting (ER). This is not an exhaustive APEX documentation

More information

TABLE OF CONTENTS. TECHNICAL SUPPORT APPENDIX Appendix A Formulas And Cell Links Appendix B Version 1.1 Formula Revisions...

TABLE OF CONTENTS. TECHNICAL SUPPORT APPENDIX Appendix A Formulas And Cell Links Appendix B Version 1.1 Formula Revisions... SPARC S INSTRUCTIONS For Version 1.1 UNITED STATES DEPARTMENT OF AGRICULTURE Forest Service By Todd Rivas December 29, 1999 TABLE OF CONTENTS WHAT IS SPARC S?... 1 Definition And History... 1 Features...

More information

Configuring Microsoft Outlook to Connect to Hosted Exchange Service

Configuring Microsoft Outlook to Connect to Hosted Exchange Service Configuring Microsoft Outlook to Connect to Hosted Exchange Service Configuring Microsoft Outlook for Hosted Exchange Service Version: 1.0 Updated on: April 27, 2011 Page 1 of 7 TABLE OF CONTENTS Configuring

More information

Essay & Assignment Preparation using MindGenius

Essay & Assignment Preparation using MindGenius Essay & Assignment Preparation using MindGenius This workshop is aimed at those of you who struggle gathering and sorting information when beginning to write an essay. Using MindGenius you can plan essays

More information

EMC Documentum TaskSpace

EMC Documentum TaskSpace EMC Documentum TaskSpace Version 6 Sample Application Tutorial P/N 300-005-359 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2007 EMC Corporation.

More information

Teacher Activity: page 1/9 Mathematical Expressions in Microsoft Word

Teacher Activity: page 1/9 Mathematical Expressions in Microsoft Word Teacher Activity: page 1/9 Mathematical Expressions in Microsoft Word These instructions assume that you are familiar with using MS Word for ordinary word processing *. If you are not comfortable entering

More information

Computers for Beginners

Computers for Beginners Computers for Beginners Class Objective: This class will familiarize you with using computers. By the end of the session you will be familiar with: Starting programs Quitting programs Saving files Opening

More information

SITE DESIGN & ADVANCED WEB PART FEATURES...

SITE DESIGN & ADVANCED WEB PART FEATURES... Overview OVERVIEW... 2 SITE DESIGN & ADVANCED WEB PART FEATURES... 4 SITE HIERARCHY... 4 Planning Your Site Hierarchy & Content... 4 Content Building Tools... 5 Pages vs Sites... 6 Creating Pages... 6

More information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information Tutorial A database is a computerized record keeping system used to collect, store, analyze and report electronic information for a variety of purposes. Microsoft Access is a database. There are three

More information

Unit 8: Working with Actions

Unit 8: Working with Actions Unit 8: Working with Actions Questions Covered What are actions? How are actions triggered? Where can we access actions to create or edit them? How do we automate the sending of email notifications? How

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set

Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set Goal in video # 25: Learn about how to use the Get & Transform

More information