Inside Module 3 Working with Eloquence Page

Slides:



Advertisements
Similar presentations
© 2003, Cisco Systems, Inc. All rights reserved..
Advertisements

1 Inside Module 8 Working with Speed Demon Page n What is Speed Demon?2 n Speed Demon versus Suprtool3 n Speed Demon intrinsics6 n SPDEDBSCAN7 n SPDEDBINIT8.
FILE TRANSFER PROTOCOL Short for File Transfer Protocol, the protocol for exchanging files over the Internet. FTP works in the same way as HTTP for transferring.
A Guide to Oracle9i1 Introduction To Forms Builder Chapter 5.
Introduction To Form Builder
CP476 Internet Computing Browser and Web Server 1 Web Browsers A client software program that allows you to access and view Web pages on the Internet –Examples.
A Guide to MySQL 3. 2 Objectives Start MySQL and learn how to use the MySQL Reference Manual Create a database Change (activate) a database Create tables.
Installing a New Windows Server 2008 Domain Controller in a New Windows Server 2008 R2.
VMware vCenter Server Module 4.
APACHE SERVER By Innovationframes.com »
Virtual Machine Management
1 of 5 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
Linux Operations and Administration
1 Inside Module 2 Working with Databases Page n Choosing input from databases2 n Reading an entire dataset serially6 n Determining fields in a dataset8.
1 Creating Web Forms in HTML Web forms collect information from customers Web forms include different control elements including: –Input boxes –Selection.
A Guide to SQL, Eighth Edition Chapter Three Creating Tables.

Session 5: Working with MySQL iNET Academy Open Source Web Development.
EBSCOadmin. Select Change Password Select EBSCOadmin Security.
1 Dbedit Editing TurboIMAGE Datasets Page n How can Dbedit help me with my work?3 n Accessing Dbedit 4 n Finding entries with a known key 6 n What if I.
XHTML Introductory1 Forms Chapter 7. XHTML Introductory2 Objectives In this chapter, you will: Study elements Learn about input fields Use the element.
Lab How to Use WANem Last Update Copyright 2011 Kenneth M. Chipps Ph.D. 1.
1 CCNA 3 v3.1 Module 6 Switch Configuration Claes Larsen, CCAI.
Learningcomputer.com SQL Server 2008 Configuration Manager.
FTP Client Application CSC 8560 Brian Jorgage 4/27/2004.
Tutorial 7 Creating Forms. Objectives Session 7.1 – Create an HTML form – Insert fields for text – Add labels for form elements – Create radio buttons.
1 Working with MS SQL Server Textbook Chapter 14.
2 Copyright © 2004, Oracle. All rights reserved. Running a Forms Developer Application.
9 1 DBM Databases CGI/Perl Programming By Diane Zak.
Database control Introduction. The Database control is a tool that used by the database administrator to control the database. To enter to Database control.
QuikTrac 5.5, a validated Motorola Software Solution, allows you to take your Host ERP screens and extend them out to fixed or mobile devices including.
Remote programs and commands In this presentation… –rpc concepts –rpc connections –rpc actions.
A Guide to MySQL 3. 2 Introduction  Structured Query Language (SQL): Popular and widely used language for retrieving and manipulating database data Developed.
3 Copyright © 2004, Oracle. All rights reserved. Working in the Forms Developer Environment.
1 Suprtool High Speed Database Extract for HP 3K/9K Training Workbook Copyright Robelle Solutions Technology Inc.
AP-2000 Problem solving - Force Reload Entering Force Reload mode Force Reload is an emergency procedure to re-load the AP-2000 with new image file, when.
Administration - I Jong S. Bok
Timer Alarm. What Is The Timer Alarm? The Timer Alarm provides a method for triggering time- based alarms during script playback.
Session 11: Cookies, Sessions ans Security iNET Academy Open Source Web Development.
2 Copyright © 2004, Oracle. All rights reserved. Running a Forms Developer Application.
1 Inside Module 3 Working with Eloquence Page n Commands to access Eloquence databases2 n Opening and closing a database3 n Eloquence and Base Command4.
Oracle 11g: SQL Chapter 5 Data Manipulation and Transaction Control.
11 DEPLOYING AN UPDATE MANAGEMENT INFRASTRUCTURE Chapter 6.
Dept. of Computer & Information Sciences
Cisco Routers & IOS Introduction. Router Interface ● Serial cable ● Command line interface ● Efficient ● Fast ● Universal across all Cisco equipment ●
2440: 141 Web Site Administration Web Forms Instructor: Joseph Nattey.
1 Chapter 1 INTRODUCTION TO WEB. 2 Objectives In this chapter, you will: Become familiar with the architecture of the World Wide Web Learn about communication.
3 A Guide to MySQL.
RMAN Maintenance.
RMAN Maintenance.
Integrating ArcSight with Enterprise Ticketing Systems
Running a Forms Developer Application
Working in the Forms Developer Environment
CISCO IOS CLI (Command-Line Interface)
Cassandra Tools and Config Files
Inside Module 10 Editing TurboIMAGE Datasets Page
Basic XHTML Tables XHTML tables—a frequently used feature that organizes data into rows and columns. Tables are defined with the table element. Table.
CCNA 3 v3.1 Module 6 Switch Configuration
Access Control Lists CCNA 2 v3 – Module 11
Lesson 6: Protecting, Maintaining and Managing Databases
Suprtool Suprtool High Speed Database Extract for HP 3K/9K
Inside Module 1 Introduction to Suprtool Page What is Suprtool? 3
Inside Module 2 Working with Databases Page
MySQL User Privileges: Grant
Configuration Of A Pull Network.
SharePoint 2010 – SharePoint 101
Inside Module 9 Latest Features in Suprtool
Remote Computing Services Cloud connection Distributed system
Inside Module 8 Extracting Data Page Using the Extract command 2
Presentation transcript:

Inside Module 3 Working with Eloquence Page Commands to access Eloquence databases 2 Opening and closing a database 3 Eloquence and Base Command 4 Put Command 5 Summary 6 Eloquence, a product of Marxmeier Software AG, is a Client- Server/SQL database, that has a Turbo-Image call interface that makes Eloquence databases on HP 9000s look like HP 3000 databases. Eloquence also supports most of the same data types native to Turbo- Image databases. Most of the Suprtool commands for Eloquence work identically to the way they work for TurboIMAGE, so this module only describes the command where there are differences: Base, Put

Accessing data files These Suprtool commands access Eloquence data files: BASE GET CHAIN FORM PUT DELETE UPDATE Base Opens a specified database Get Selects an Eloquence dataset for serial access Chain Selects an Eloquence dataset for chained access Form Displays information about the items and datasets in a database Put Writes records to an Eloquence dataset Delete Removes records from a dataset Update Changes values in dataset records

Opening and closing a database You can use the BASE command to open a database >base store,5,READER The BASE command without parameters closes a database A database remains open until a BASE, RESET BASE or RESET ALL command is executed Alternate Base and Put command syntax special to Eloquence Syntax [servername][:server/]database,mode,password Defaults mode = 1 password = creator password Password In session mode, the creator password is used by default if a password is not entered or if Suprtool is not running interactively. To prompt for the password, put a question mark as the database password on the command line. This password will not be echoed. >base store,5,? Password > {will not be echoed} Modes Mode-1(default) - shared read, shared write Mode-3 - exclusive read, exclusive write Mode-4 - shared read, exclusive write Mode-5 - shared read, no write Examples >base store,5,reader {open database} >base {if no parameters, close database}

Eloquence and Base Command Base Command Syntax base [servername][:server/]database,mode,password base myserver:eloqdb/sample,5,reader base :eloqdb/sample,5,reader base :eloqdb/sample base sample The Base command can be specified in a number of ways for Eloquence. You can optionally specify the servername and the server port, you must always specify the database name. Suprtool will default to mode 1 (shared updates) and the creator password if they are not specifically specified. On MPE or with Image databases the database name is always upshifted. On HP-UX with Eloquence databases the base command arguments are never upshifted.

Put Command Put Command allows the same syntax put dataset,[servername][:server/][database] put dataset,myserver:eloqdb/sample Put dataset The Put command adds records to a given dataset of a given database. It can add to the currently open database or another database on the same machine or another server. The Put command arguments are not upshifted with Eloquence databases.

Summary Base Command Eloquence syntax Put Command allows the same syntax For the most part, Suprtool with Eloquence and Image work virtually the same. The primary difference is that Base and Put commands allow the Eloquence database to be fully qualified, with the servername, port and IP address, allowing you to access multiple instances of an Eloquence server. For more information on Eloquence we recommend the following web sites: http://www.eloquence3000.com http://www.hp-eloquence.com/