External Database Access (EDA) Version 11.2.3 April 2014 UNV-1123-EDA-1 Notices

Total Page:16

File Type:pdf, Size:1020Kb

External Database Access (EDA) Version 11.2.3 April 2014 UNV-1123-EDA-1 Notices Rocket UniVerse External Database Access (EDA) Version 11.2.3 April 2014 UNV-1123-EDA-1 Notices Edition Publication date: April 2014 Book number: UNV-1123-EDA-1 Product version: Rocket UniVerse V11.2.3 Copyright © Rocket Software, Inc. or its affiliates 1985-2014. All Rights Reserved. Trademarks Rocket is a registered trademark of Rocket Software, Inc. For a list of Rocket registered trademarks go to: www.rocketsoftware.com/about/legal. All other products or services mentioned in this document may be covered by the trademarks, service marks, or product names of their respective owners. Examples This information might contain examples of data and reports. The examples include the names of individuals, companies, brands, and products. All of these names are fictitious and any similarity to the names and addresses used by an actual business enterprise is entirely coincidental. License agreement This software and the associated documentation are proprietary and confidential to Rocket Software, Inc., are furnished under license, and may be used and copied only in accordance with the terms of such license. Note: This product may contain encryption technology. Many countries prohibit or restrict the use, import, or export of encryption technologies, and current use, import, and export regulations should be followed when exporting this product. Contact information Website: www.rocketsoftware.com Rocket Software, Inc. Headquarters 77 4th Avenue, Suite 100 Waltham, MA 02451-1468 USA Tel: +1 781 577 4321 Fax: +1 617 630 7100 2 Contacting Global Technical Support If you have current support and maintenance agreements with Rocket Software, you can access the Rocket Customer Portal to report and track a problem, to submit an enhancement request or question, or to find answers in the U2 Knowledgebase. The Rocket Customer Portal is the primary method of obtaining support. To log in to the Rocket Customer Portal, go to: www.rocketsoftware.com/support If you do not already have a Rocket Customer Portal account, you can request one by clicking Need an account? on the Rocket Customer Portal login page. Alternatively, you can contact Global Technical Support by email or by telephone: Email: [email protected] Telephone: North America +1 800 729 3553 United Kingdom/France +44 (0) 800 773 771 or +44 (0) 20 8867 3691 Europe/Africa +44 (0) 20 8867 3692 Australia +1 800 707 703 or +61 (0) 29412 5450 New Zealand +0800 505 515 3 Beta Beta Beta Beta Beta Beta Beta Beta Beta Beta Beta Beta Beta Beta Beta Beta Beta Beta Table of Contents Table of Contents Chapter 1 Chapter 1: External Database Access (EDA) External Database Access . 1-2 First normal form (1NF) vs. non-first normal form. 1-3 Table concepts. 1-4 Representing multivalues . 1-4 Associations . 1-5 I-descriptors. 1-5 Mapping example . 1-7 Chapter 2 Chapter 2: The EDA Schema Manager The EDA Schema Manager steps. 2-2 The EDA Schema Manager. 2-3 Create a new UniVerse server connection. 2-4 Connect to UniVerse server . 2-8 Managing connections . 2-11 About data sources . 2-11 Defining a data source . 2-14 Selecting EDA schema files . 2-19 Selectively mapping attributes . 2-21 View EDA server details . 2-27 View UniVerse server details . 2-28 View options . 2-29 Verifying the EDA schema . 2-44 Viewing the EDA schema . 2-47 Viewing the DDL scripts . 2-48 Converting data. 2-49 Viewing EDA files. 2-51 Listing and selecting data . 2-52 Listing data using RetrieVe. 2-52 Listing data using UniVerse SQL. 2-53 C:\Users\awaite\Documents\U2Doc\UniVerse\11.2\Source\EDA\EDATOC.fm (bookTOC.template) March 17, 2014 11:34 am Chapter 3 Chapter 3: External database drivers supplied with EDA EDA Oracle driver . 3-2 Set up the EDA environment. 3-2 Set up the Oracle connection file . 3-2 Set up dynamic-loading library . 3-3 Create ORACLEPATH Environment Variable . 3-3 Create the EDA data source . 3-3 Oracle data type mapping . 3-4 EDA DB2 driver. 3-5 Set up the EDA environment. 3-5 Install DB2 or the DB2 client . 3-5 Set up connection to the DB2 database . 3-5 Create the EDA data source . 3-6 DB2 data type mapping . 3-6 EDA SQL Server driver . 3-7 Install SQL Server and create ODBC data source . 3-7 Create the EDA data source . 3-7 Set up the EDA configuration file . 3-7 SQL Server data types . 3-8 EDA SQL Server driver for UNIX and Linux . 3-9 Set up the EDA environment. 3-9 Install unixODBC and third-party ODBC driver . 3-9 Set up connection to external database . 3-10 Set up the ODBC dynamic loading library path . 3-10 Create the EDA data source . 3-11 Automatic data type mapping . 3-11 Chapter 4 Chapter 4: External Database Access Driver API External Database Access Driver API . 4-2 Registering an EDA driver . 4-3 EDA Driver functions. 4-4 EDADRV_LoadSymbols . 4-5 EDADRV_Connect . 4-8 EDADRV_Disconnect . 4-9 EDADRV_EndTransaction . 4-10 EDADRV_PrepareStmt. 4-11 EDADRV_ExecuteStmt. 4-13 EDADRV_CloseStmt . 4-15 EDADRV_DropStmt . 4-16 5 External Data Access (EDA) EDADRV_FetchStmt . 4-17 EDADRV_Perform . 4-19 EDADRV_GetEDAAttr . 4-21 EDADRV_GetErrmsg. 4-23 EDADRV_Cleanup . 4-24 EDADRV_FreeResult . 4-24 EDADRV_GetDBInfo. 4-25 EDADRV_GetSpecialInfo . 4-27 ECL Command . 4-30 EDA Driver log files. 4-31 The EDA Driver header file . 4-32 Chapter 5 Chapter 5: EDA ECL commands Connecting to the external database. 5-2 Disconnecting from the external database. 5-3 Converting UniVerse data to an external database . 5-3 VERIFY.EDAMAP . 5-4 LIST.EDAMAP . 5-5 SAVE.EDAMAP . 5-7 SELECT.EDA.NONCONFORMING . 5-8 Retrieving information about the EDA driver . 5-9 Chapter 6 Chapter 6: EDA exception handling Chapter 7 Chapter 7: EDA Replication EDA Replication . 7-2 Setting up a server. 7-3 Create a new UniVerse server connection . 7-4 Defining a data source . 7-8 Defining EDA replication parameters . 7-13 Chapter 8 Chapter 8: EDA best practices Map selected fields . 8-1 Avoid multiple multivalued associations . 8-1 Avoid restrictive data types . 8-1 RECORD_BLOB . 8-2 Updating an EDA tile from the external database. 8-3 Table of Contents 6 Chapter Chapter 1: External Database Access (EDA) 1 External Database Access . 1-2 First normal form (1NF) vs. non-first normal form. 1-3 Table concepts. 1-4 Representing multivalues . 1-4 Associations . 1-5 I-descriptors . 1-5 Mapping example . 1-7 C:\Users\awaite\Documents\U2Doc\UniVerse\11.2\Source\EDA\EDACH01TOC.fm March 17, 2014 11:34 am External Database Access External Database Access (EDA) enables you to convert data stored in the UniVerse database to a 1NF database, such as Microsoft SQLServer, then access that data using existing UniVerse BASIC programs, RetrieVe, or UniVerse SQL. Note: EDA was not designed to access data that already resides in a 1NF database. To access this type of data, use the UniVerse SQL Client Interface (BCI). You must create an EDA Map Schema to define the translation between UniVerse and the external database model, which may differ from the UniVerse model. Additionally, the UniVerse dictionary record does not fully describe the data it defines. For example, the UniVerse dictionary record may not define the data type. In order to use EDA, you must have the external database client installed on the machine where you are running UniVerse. In addition, you must be able to access the external database server where you want the data to reside using that client. 1-2 External Database Access (EDA) First normal form (1NF) vs. non-first normal form Many relational databases, including DB2, Oracle, and SQL Server, follow the First Normal Form (1NF) data model. In this model, the relation is considered to be 1NF if and only if each attribute of the relation is atomic, meaning that each column must contain only a single value, and each row must contain the same columns. UniVerse follows the nested relational, or Non-First Normal Form model, referred to as NF2. This model enables you to store data in singlevalued or multivalued attributes, avoiding data redundancy. First normal form (1NF) vs. non-first normal form 1-3 Table concepts This section is provided to help you understand how the EDA Schema Manager generates tables on an external database, such as DB2, Oracle, or SQL Server, so you can plan your mapping strategy. The EDA Schema Manager imposes rules on creating, modifying, and dropping tables. Representing multivalues To represent the two nested levels of data within UniVerse files or UniVerse SQL tables (singlevalued, and multivalued, the EDA Schema Manager creates two types of tables, one for each nested level: Singlevalued attributes (S) – a table that represents all singlevalued attributes. In this document this table is also called the primary table. For each association: Multivalued attributes (MV) – a table containing multivalued attri- butes of the association. These tables are “linked” through primary and foreign keys. Note: Each nonassociated multivalued attribute is mapped to a single external database table linked to the primary table through the primary and foreign keys. Primary and foreign keys The primary and foreign keys establish the same data relationship between tables as associations do in UniVerse files or UniVerse SQL tables. The purpose of a primary key is to specify one or more attributes whose data values uniquely identify each row of a table. The purpose of a foreign key is to represent a hierarchical, or parent/child, relationship between two tables. For example, a table containing multivalued attributes is the child of the primary table. The foreign key to this table points to the primary key of the parent, or primary, table.
Recommended publications
  • Technology Bigot?
    $7.00 U.S. INTERNATIONAL ® SSpecpecTHE MULTIVALUE TECHNOLOGYttrr MAGAZINumumE I MARCH/APRIL 2015 Are You a Technology Bigot? Also in this Issue y Rocket U2 talks about UniData 8.1 y OAUTH 2 Login with MultiValue BASIC y Clif Notes New Blood – Part 2 intl-spectrum.com GET CONNECTED. K NOWLEDGE AND E DUCATION FOR THE MULTIV ALUE PROFESSIONAL. A BOUT O UR PROFESSIONAL ME M BERSHIP We are all busy in our day-to-day work and staying up-to-date with the current MultiValue technologies can be difficult. Professional Memberships provide you access to knowledge, solutions, information, and code that you won’t find in other locations. Professional Membership Includes: t Magazine in Electronic and Print Formats t Newsletter t On-Demand Videos t Live Webinars t Discounted Conference Rates t Research papers t Case Studies t Source Code http://www.intl-spectrum.com/membership/ INTERNATIONAL ® SSpecpecTHE MULTIVALUE tt TErrCHNOLOGYumum MAGAZINE Are you a Technology FEATURES I MARCH/APRIL 2015 6 Bigot? When all you have is a hammer... Are we selecting technology for projects based upon what we like Rocket U2 talks about UniData 8.1 Rocket U2 has to use, or are we making objective 9 released UniData 8.1 with many new features and enhanced choices? Kevin King attempts to resolve functionality. This release provides features such as true 64-bit the age old question: Which technology Architecture, IPv6 integration, and Python integration. Charles is best? BY KEVIN KING interviews Vinnie Smith, Michael Byrne, John Zagnoli, Heather Smiles, and John Nunziato at Rocket Software to see how the release of UniData 8.1 provides enhanced value to UniData customers.
    [Show full text]
  • Virtualization and the U2 Databases
    Virtualization and the U2 Databases Brian Kupzyk Senior Technical Support Engineer for Rocket U2 Nik Kesic Lead Technical Support for Rocket U2 Opening Procedure . Orange arrow allows you to manipulate the GoTo Webinar control panel . This webinar will be recorded and posted to our Rocket U2 web site for you to replay at a later date . You will be notified once they are posted . If using phone – don’t select Use Mic & Speakers . All attendees are muted during the presentation . Fifteen minute Q&A session – after the presentation 2 Nik Kesic’s Bio . Joined Unidata in 1995 . ATS (Advanced Technical Support), U2 Common Clients and DB tools . College degree in Telecommunications . Provides consultancy, Level 3 support and training . Published articles on web enablement using RedBack, Sockets, XML, SOAP, SSL and Encryption . MCP (Microsoft Certified Professional) in networks . Current role: Lead Technical Support for Rocket U2 3 Brian Kupzyk’s Bio . Joined Informix in 2000 . B.S., Information Systems, Metropolitan State College of Denver . M.S., Information Systems, University of Colorado at Denver . Expertise: UniData®, UniVerse®, SB+ and SB/XA, emphasis in general components, installation, and licensing . Developer for uvdiag and udtdiag on UNIX, U2 Resource Kit, XDEMO Account . Authored various articles from U2 Support (Technotes) over the years including: ‘How To Authorize UniVerse 10.2.x and Higher’, ‘Understanding the SB+ and SB/XA Security API’ . Current role: Senior Technical Engineer for Rocket U2 4 Agenda . Webinar Origins . Virtualization Architecture . Popular Virtualization Products . Rocket U2 Support for Virtualization . UNIX Tuning Considerations for Virtualization . Windows Tuning Considerations for Virtualization . Case Study .
    [Show full text]
  • Perl DBI API Reference
    H Perl DBI API Reference This appendix describes the Perl DBI application programming interface. The API consists of a set of methods and attributes for communicating with database servers and accessing databases from Perl scripts. The appendix also describes MySQL-specific extensions to DBI provided by DBD::mysql, the MySQL database driver. I assume here a minimum version of DBI 1.50, although most of the material applies to earlier versions as well. DBI 1.50 requires at least Perl 5.6.0 (with 5.6.1 preferred). As of DBI 1.611, the minimum Perl version is 5.8.1. I also assume a minimum version of DBD::mysql 4.00. To determine your versions of DBI and DBD::mysql (assuming that they are installed), run this program: #!/usr/bin/perl # dbi-version.pl - display DBI and DBD::mysql versions use DBI; print "DBI::VERSION: $DBI::VERSION\n"; use DBD::mysql; print "DBD::mysql::VERSION: $DBD::mysql::VERSION\n"; If you need to install the DBI software, see Appendix A , “Software Required to Use This Book.” Some DBI methods and attributes are not discussed here, either because they do not apply to MySQL or because they are experimental methods that may change as they are developed or may even be dropped. Some MySQL-specific DBD methods are not discussed because they are obsolete. For more information about new or obsolete methods, see the DBI or DBD::mysql documentation, available at http://dbi.perl.org or by running the following commands: % perldoc DBI % perldoc DBI::FAQ % perldoc DBD::mysql The examples in this appendix are only brief code fragments.
    [Show full text]
  • DATABASE INTEGRATION GUIDE PIPELINE PILOT INTEGRATION COLLECTION 2016 Copyright Notice
    DATABASE INTEGRATION GUIDE PIPELINE PILOT INTEGRATION COLLECTION 2016 Copyright Notice ©2015 Dassault Systèmes. All rights reserved. 3DEXPERIENCE, the Compass icon and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD, 3D VIA, BIOVIA and NETVIBES are commercial trademarks or registered trademarks of Dassault Systèmes or its subsidiaries in the U.S. and/or other countries. All other trademarks are owned by their respective owners. Use of any Dassault Systèmes or its subsidiaries trademarks is subject to their express written approval. Acknowledgments and References To print photographs or files of computational results (figures and/or data) obtained using BIOVIA software, acknowledge the source in an appropriate format. For example: "Computational results obtained using software programs from Dassault Systèmes BIOVIA. The ab initio calculations were performed with the DMol3 program, and graphical displays generated with Pipeline Pilot." BIOVIA may grant permission to republish or reprint its copyrighted materials. Requests should be submitted to BIOVIA Support, either through electronic mail to [email protected], or in writing to: BIOVIA Support 5005 Wateridge Vista Drive, San Diego, CA 92121 USA Contents Chapter 1: Introduction 1 Testing SQL Statements 22 Who Should Read this Guide 1 Error Handling 23 Requirements 1 Chapter 5: Customizing SQL Components 24 Supplied Database Drivers 1 Dynamic SQL Using String Replacement 24 Additional Information 2 Chapter 6: Building Protocols with Multiple Chapter 2: Configuring
    [Show full text]
  • Using Proc SQL and ODBC to Manage Data Outside of SAS® Jeff Magouirk, National Jewish Medical and Research Center, Denver, Colorado
    Using Proc SQL and ODBC to Manage Data outside of SAS® Jeff Magouirk, National Jewish Medical and Research Center, Denver, Colorado ABSTRACT The ability to use Proc SQL and ODBC to manage data outside of SAS is another feature in SAS’s toolbox that programmers use to accomplish many different tasks. The idea of pulling data from sources outside of SAS is behind both of these tools. A key benefit of using ODBC and to a certain amount Proc SQL is the reduction in coding that is written. Another positive aspect of using Proc SQL and ODBC is the ability to manage data across a network. At National Jewish Medical & Research Center ODBC and Proc SQL are used to manage and pull end users data across networks so users can examine their data quickly and efficiently. Since end users can have almost real time access to the collected data it is especially useful for checking the accuracy of the data from patient health studies and clinical trials. Error checks and data handling are done first as the data is collected and put into data tables with SAS and then outputted either with an ODBC connection or Proc SQL. The purpose of this paper is to show users how to set up an ODBC connection, compare the reduction in code when an ODBC is set up and how to use Proc SQL to manage data outside of SAS. INTRODUCTION Open Database Connectivity (ODBC) is an Application Programming Interface (API) that allows a programmer to access data from database management system with a non-native application.
    [Show full text]
  • Universe Installation Guide 1Introduction 0
    Rocket UniVerse Installation Guide Version 11.2.3 April 2014 UNV-1123-INST-1 Notices Edition Publication date: April 2014 Book number: UNV-113-INST-1 Product version: Rocket UniVerse V11.2.3 Copyright © Rocket Software, Inc. or its affiliates 1985-2014. All Rights Reserved. Trademarks Rocket is a registered trademark of Rocket Software, Inc. For a list of Rocket registered trademarks go to: www.rocketsoftware.com/about/legal. All other products or services mentioned in this document may be covered by the trademarks, service marks, or product names of their respective owners. Examples This information might contain examples of data and reports. The examples include the names of individuals, companies, brands, and products. All of these names are fictitious and any similarity to the names and addresses used by an actual business enterprise is entirely coincidental. License agreement This software and the associated documentation are proprietary and confidential to Rocket Software, Inc., are furnished under license, and may be used and copied only in accordance with the terms of such license. Note: This product may contain encryption technology. Many countries prohibit or restrict the use, import, or export of encryption technologies, and current use, import, and export regulations should be followed when exporting this product. Contact information Website: www.rocketsoftware.com Rocket Software, Inc. Headquarters 77 4th Avenue, Suite 100 Waltham, MA 02451-1468 USA Tel: +1 781 577 4321 Fax: +1 617 630 7100 2 Contacting Technical Support If you have current support and maintenance agreements with Rocket Software, you can access the Rocket Customer Portal to report and track a problem, to submit an enhancement request or question, or to find answers in the Rocket Knowledgebase.
    [Show full text]
  • Step by Step Guide: Connecting to Mysql with SAP Crystal Reports 2016 © 2019 SAP AG Or an SAP SAP Allag Or Rightsaffiliate© Company
    SAP Crystal Solutions SAP Crystal Reports and SAP Crystal Server Step by Step guide: Connecting to MySQL With SAP Crystal Reports 2016 © 2019 SAP AG or an SAP SAP AllAG or affiliate rights© company. reserved. SAP an 2019 Because of its open source roots, the MySQL database platform is used in many types of applications. Now provided under the umbrella of Oracle corporation as both paid and free products, MySQL can be the source for many types of SAP Crystal Reports projects. Reporting from a MySQL database requires two general preparation steps: * Download and install the MySQL ODBC database driver. * Create an ODBC Data Source. DOWNLOADING A MySQL DRIVER SAP Crystal Reports won’t recognize a MySQL database “out of the box.” You must first download and install a MySQL driver to connect Crystal Reports to the database. While there are many sources for MySQL drivers found in an Internet search, you’ll typically find current drivers at Oracle’s MySQL.com site. You may find options to download individual drivers one at a time, or an all-encompassing installation program that permits you to choose a combination of drivers from a single installation process. Unless you are planning on using multiple components of MySQL products (perhaps installing your own database server, in addition to a driver for Crystal Reports), you’ll probably only need to download the desired ODBC driver. IMPORTANT: Remember that, despite the strong possibility that you are running a 64-bit version of Microsoft Windows, SAP Crystal Reports is a 32-bit application and will only recognize 32-bit database drivers.
    [Show full text]
  • Essbase SQL Interface Guide, 9.3.1 Copyright © 1998, 2007, Oracle And/Or Its Affiliates
    HYPERION® ESSBASE® – SYSTEM 9 RELEASE 9.3.1 SQL INTERFACE GUIDE Essbase SQL Interface Guide, 9.3.1 Copyright © 1998, 2007, Oracle and/or its affiliates. All rights reserved. Authors: Rosemary Peters The Programs (which include both the software and documentation) contain proprietary information; they are provided under a license agreement containing restrictions on use and disclosure and are also protected by copyright, patent, and other intellectual and industrial property laws. Reverse engineering, disassembly, or decompilation of the Programs, except to the extent required to obtain interoperability with other independently created software or as specified by law, is prohibited. The information contained in this document is subject to change without notice. If you find any problems in the documentation, please report them to us in writing. This document is not warranted to be error-free. Except as may be expressly permitted in your license agreement for these Programs, no part of these Programs may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose. If the Programs are delivered to the United States Government or anyone licensing or using the Programs on behalf of the United States Government, the following notice is applicable: U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the Programs, including documentation and technical data, shall be subject to the licensing restrictions set forth in the applicable Oracle license agreement, and, to the extent applicable, the additional rights set forth in FAR 52.227-19, Commercial Computer Software--Restricted Rights (June 1987).
    [Show full text]
  • Rocket Unidata Installation Guide Version 8.2.1
    Rocket UniData Installation Guide Version 8.2.1 July 2017 UDT-821-INST-1 Notices Edition Publication date: July 2017 Book number: UDT-821-INST-1 Product version: Version 8.2.1 Copyright © Rocket Software, Inc. or its affiliates 1996-2017. All Rights Reserved. Trademarks Rocket is a registered trademark of Rocket Software, Inc. For a list of Rocket registered trademarks go to: www.rocketsoftware.com/about/legal. All other products or services mentioned in this document may be covered by the trademarks, service marks, or product names of their respective owners. Examples This information might contain examples of data and reports. The examples include the names of individuals, companies, brands, and products. All of these names are fictitious and any similarity to the names and addresses used by an actual business enterprise is entirely coincidental. License agreement This software and the associated documentation are proprietary and confidential to Rocket Software, Inc. or its affiliates, are furnished under license, and may be used and copied only in accordance with the terms of such license. Note: This product may contain encryption technology. Many countries prohibit or restrict the use, import, or export of encryption technologies, and current use, import, and export regulations should be followed when exporting this product. 2 Corporate information Rocket Software, Inc. develops enterprise infrastructure products in four key areas: storage, networks, and compliance; database servers and tools; business information and analytics; and application development, integration, and modernization. Website: www.rocketsoftware.com Rocket Global Headquarters 77 4th Avenue, Suite 100 Waltham, MA 02451-1468 USA To contact Rocket Software by telephone for any reason, including obtaining pre-sales information and technical support, use one of the following telephone numbers.
    [Show full text]
  • Systembuilder Extensible Architecture (SB/XA) Fall in Love with Your Application Again
    SystemBuilder Extensible Architecture (SB/XA) Fall in love with your application again Highlights Gaining competitive advantage Windows Communication Foundation (WCF) keeps you working and connected to your • Accelerate development of SystemBuilder Extensible Architecture (SB/XA) business solutions for U2 optimizes application development and provides application. Databases flexible deployment options for UniVerse and It’s time to fall in love with your application again! UniData® (U2) Databases. • Visually enhance your Accelerate development application without changing the SB/XA delivers a development toolset that underlying business logic SB/XA is a 4GL that uses Tool and Process helps you quickly define your business logic as Definitions to intuitively guide you through • Take advantage of your own or processes and combine and reuse these to meet creating your application so you can focus on thousands of commercial .NET any business needs for your application. custom controls to extend your your business needs and business logic Instead application functionality A rock-solid business solution should also look of coding elements by hand. as good as it performs. SB/XA delivers today’s • Ease distribution and upgrades SB/XA includes the following features and most advanced interface, using clients based with ClickOnce deployment capabilities: of browser or rich client User on Windows Presentation Foundation (WPF), to Interfaces render your application using rich-vector-based • Field definition tool that extends the native U2 graphic controls or integrate Custom controls capabilities to include drill-down selections for • Exchange data with Microsoft through .NET. run-time data query Outlook or publish reports and data output in Excel, Word or Middle-tier connection resilience, central client • Default and Validation processes to control XPS formats configuration and ClickOnce deployment using business logic • Stay secure and keep working with connection resilience and recovery SB/XA offers a modern look and feel for your U2 applications Rocket Software, Inc.
    [Show full text]
  • Rocket U2 Databases and the Multivalue Model Dan Mcgrath, Product Manager Previously – Developer & Systems Architect
    Rocket U2 Databases and the MultiValue model Dan McGrath, Product Manager Previously – Developer & Systems Architect Today we will cover… 3 Today we will cover… 4 Rocket Software Rocket Software (www.rocketsoftware.com) is a global software development firm that builds enterprise products and delivers enterprise solutions in the following segments: Business Intelligence and Analytics Storage, Networks, and Compliance Application Development, Integration, and Modernization Database Servers and Tools. Rocket is engaged in business and technology partnerships with IBM, EMC, Fujitsu, HP Enterprise Services, Avaya, Motorola, Epicor, and many others. The company is headquartered in Boston, Massachusetts, USA. ©2012 Rocket Software, Inc. All Rights Reserved. 5 Rocket Worldwide Locations ©2012 Rocket Software, Inc. All Rights Reserved. 6 Rocket by the Numbers 22 years 1,000+ employees 600+ engineers 100+ products 15+ R&D labs 10+ OEM partners 1,000+ ISV partners 10,000+ customers ©2012 Rocket Software, Inc. All Rights Reserved. 7 Rocket Brands ©2012 Rocket Software, Inc. All Rights Reserved. 8 Who Uses Rocket U2? Rocket U2 is installed at 30,000 sites around the world. Users include: 40% • US Higher Education 50% • Top 400 North America energy product companies 55% • Fortune 100 companies 80% • Automobile dealerships in North America 80% • Mexico’s emergency response systems 100% • Airlines checking luggage in Australia/New Zealand ©2012 Rocket Software, Inc. All Rights Reserved. 9 Now, the real stuff… UniData & UniVerse 11 U2 Database - Platforms
    [Show full text]
  • Teradata SQL Assistant/Web Edition User Guide
    Teradata SQL Assistant/Web Edition User Guide Release 12.00.00 B035-2505-067A July 2007 The product or products described in this book are licensed products of Teradata Corporation or its affiliates. Teradata, BYNET, DBC/1012, DecisionCast, DecisionFlow, DecisionPoint, Eye logo design, InfoWise, Meta Warehouse, MyCommerce, SeeChain, SeeCommerce, SeeRisk, Teradata Decision Experts, Teradata Source Experts, WebAnalyst, and You’ve Never Seen Your Business Like This Before are trademarks or registered trademarks of Teradata Corporation or its affiliates. Adaptec and SCSISelect are trademarks or registered trademarks of Adaptec, Inc. AMD Opteron and Opteron are trademarks of Advanced Micro Devices, Inc. BakBone and NetVault are trademarks or registered trademarks of BakBone Software, Inc. EMC, PowerPath, SRDF, and Symmetrix are registered trademarks of EMC Corporation. GoldenGate is a trademark of GoldenGate Software, Inc. Hewlett-Packard and HP are registered trademarks of Hewlett-Packard Company. Intel, Pentium, and XEON are registered trademarks of Intel Corporation. IBM, CICS, DB2, MVS, RACF, Tivoli, and VM are registered trademarks of International Business Machines Corporation. Linux is a registered trademark of Linus Torvalds. LSI and Engenio are registered trademarks of LSI Corporation. Microsoft, Active Directory, Windows, Windows NT, and Windows Server are registered trademarks of Microsoft Corporation in the United States and other countries. Novell and SUSE are registered trademarks of Novell, Inc., in the United States and other countries. QLogic and SANbox trademarks or registered trademarks of QLogic Corporation. SAS and SAS/C are trademarks or registered trademarks of SAS Institute Inc. SPARC is a registered trademarks of SPARC International, Inc. Sun Microsystems, Solaris, Sun, and Sun Java are trademarks or registered trademarks of Sun Microsystems, Inc., in the United States and other countries.
    [Show full text]