SMS 2.0 ODBC Launch Kit

Total Page:16

File Type:pdf, Size:1020Kb

SMS 2.0 ODBC Launch Kit SMS 2.0 ODBC Launch Kit _________________________________________________________________________________________________________ Table of Contents WHAT IS ODBC? .............................................................................................................................................................................. 3 WHAT PRODUCTS USE ODBC TO ACCESS THE SKYWARD DATABASE? ...................................................................... 3 ODBC/JDBC DRIVERS .................................................................................................................................................................... 3 SKYWARD CUSTOM REPORTING OPTIONS........................................................................................................................... 3 ODBC DRIVER INSTALL METHODS .......................................................................................................................................... 4 INSTALLING AN ODBC DRIVER ON A NON-SKYWARD COMPUTER; WORKSTATION OR SERVER. .................... 6 WHERE DO I FIND THE IP ADDRESS OF A SKYWARD DATABASE SERVER?............................................................. 10 WHAT IS THE STANDARD SQL PORT NUMBER OF A SKYWARD DATABASE? .......................................................... 11 WHERE DO I FIND THE SQL PORT NUMBER OF A SKYWARD DATABASE?............................................................... 11 WHAT ARE READ-ONLY ODBC USERS IN A SKYWARD DATABASE? ........................................................................... 12 CREATING READ-ONLY SQL USER IN A SKYWARD DATABASE ................................................................................... 12 INSTALLING ODBC DATA SOURCE CONNECTIVITY TO A SKYWARD DATABASE ................................................. 13 VIEWING THE CONTENTS OF AN ODBC DATA SOURCE ................................................................................................. 17 ODBC AND SKYWARD MAINTENANCE ................................................................................................................................. 19 DBTool Utility .......................................................................................................................................................................... 19 Updating Read-Only SQL User task via Monolith 2 ................................................................................................................ 19 Update Statistics task via Monolith 2 ....................................................................................................................................... 19 Testing Read Only User Connectivity of an ODBC Data Source ............................................................................................. 20 How to create ODBC users with ODBC User Control Program ............................................................................................. 22 Software to Test Queries against the Skyward database .......................................................................................................... 22 Manually Create an ODBC Data Source ................................................................................................................................. 23 WHAT IS JDBC? ............................................................................................................................................................................. 26 _________________________________________________________________________________________________________ 05.26.2021 www.skyward.com Page 2 of 26 _________________________________________________________________________________________________________ What is ODBC? Open Database Connectivity (ODBC) provides a standard software API method for using database management systems (DBMS). The designers of ODBC aimed to make it independent of programming languages, database systems, and operating systems. Skyward also supports JDBC (Java Database Connectivity) which is the Java version of ODBC commonly used for Unix/Linux based connections. ODBC allows your district to read data from or write data to your Skyward Database(s) when SkyBuild/Data Mining does not provide an export or import that meets your district’s needs. This connection gives IT personal the ability to run SQL queries against the Skyward Database(s). ODBC is available for both Cloud hosted and Self-hosted customers with on-premise servers. What products use ODBC to access the Skyward Database? • Crystal Reports /Report Viewer • Business Objects BI Platform 4.0 (formerly Crystal Enterprise) • Skyward PaC Reporting Options • Web Quick Pick reports using SkyRAS (Crystal for the Web) • SQL Management Studio • Microsoft Reporting Services • Cognos (IBM) • Squirrel SQL Client (Open Source) • Skyward ODBC Query Tool • Too many others to list… ODBC/JDBC Drivers The Skyward OpenEdge ODBC/JDBC drivers will need to be loaded on any system that will be accessing the Skyward Database. Skyward provides ODBC/JDBC drivers for all operating systems; including 32 bit and 64-bit Windows. The drivers are available to all Skyward customers at no additional cost. Skyward Custom Reporting Options If you are interested in Skywards Custom reporting options please visit the following website. https://support.skyward.com/Page.ashx/AdditionalServices/CustomReporting (Customer Support Center login required) _________________________________________________________________________________________________________ 05.26.2021 www.skyward.com Page 3 of 26 _________________________________________________________________________________________________________ ODBC Driver Install Methods You will need to install either the OpenEdge 32-bit or 64-bit driver on a non-Skyward server or workstation. The “bit” version of the driver needs to match the “bit” version of the application that you are using to query the database. An example of this scenario would be if you run a third party 32-bit product setup on a Skyward server and it is configured to access the Skyward database using ODBC then you will need to install the 32 -bit ODBC driver on the Skyward server. ODBC Installation Methods \Install folder Use Driver 32 Bit 11.7 – SMS 2.0 – PaC Not needed PaC Client includes Workstation Install.msi 32-bit driver 32 Bit 11.7 – SMS 2.0 – PaC Needed on Program PaC Client includes Workstation Install.exe server connected 32-bit driver from workstation. 32 Bit 11.7 – SMS 2.0 – Not needed 32-bit driver only ODBC 32-bit Driver Install.exe 64 Bit 11.7 – SMS 2.0 – Not needed 64-bit driver only ODBC 64-bit Driver Install.exe 32 Bit 11.7 - Role - Base Needed on Skyward Base server install 64 Bit Install.exe1 server. includes 32-bit and (This was run when 64-bit driver server was initially setup; only run when new server is set up.) 1 11.7 – Role – Base Install.exe is run when installing a new Skyward db/web/report server. If Skyward server is already set up, DO NOT run this installer. FTP Connect Instructions for downloading files from Skyward FTP site https://support.skyward.com/DeptDocs/Corporate/IT%20Services/Public%20Website/Secure_FTP_Instructi ons.pdf Skyward Server Install Directory: The ?:\skyward\install directory is created by the 11.7 - Skyward Software Distribution .exe and 11.7 – Skyward Software Distribution.2-5 files. The files are located on the Skyward FTP Site in the Hardware\Public\OE117-Customer-DVD\Windows folder. The software distribution files contain folders and files for OpenEdge 11.7, Sun Java, Microsoft .NET, ODBC drivers and other files needed for installers. Some Installer.exe files need to ‘see’ this folder, and some do not, or some will create the folder during the running of the install file. _________________________________________________________________________________________________________ 05.26.2021 www.skyward.com Page 4 of 26 _________________________________________________________________________________________________________ Skyward Database/Web/Report Server Installs The 11.7 32-bit and the 11.7 64-bit ODBC drivers are installed on each server when the 11.7 – SMS 2.0 – Base Install.exe installer is run. This installer will be run on the SMS 2.0 Database/Web/Report Server(s). _________________________________________________________________________________________________________ 05.26.2021 www.skyward.com Page 5 of 26 _________________________________________________________________________________________________________ Installing an ODBC driver on a non-Skyward Computer; workstation or server. Note: This installer will be the most common one used for a non-Skyward computer; workstation or server. 1. Navigate to 11.7 – SMS 2.0 – ODBC 32-bit Driver Install.exe file from a Skyward server ?:\skyward\install folder → Double click 11.7 – SMS 2.0 – ODBC 32-bit Driver Install.exe. 2. The Important Information notice will display. → OK. 3. The screen will display stating the ‘bit’ level being installed → Next. _________________________________________________________________________________________________________ 05.26.2021 www.skyward.com Page 6 of 26 _________________________________________________________________________________________________________ 4. Choose the installation drive for the OpenEdge ODBC driver. C is listed by default. → Next. 5. Ready to Install → Next. _________________________________________________________________________________________________________ 05.26.2021 www.skyward.com Page 7 of 26 _________________________________________________________________________________________________________
Recommended publications
  • 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 Schema Migration Tools Open Source
    Database Schema Migration Tools Open Source Validating Darian sometimes tranquillize his barony afterwards and cast so stubbornly! Vilhelm rocket his flirt bludge round-arm or best after Worthy smuts and formulise conspiratorially, quinoidal and declaratory. Implied Ernest rinsings: he built his Kathy lexically and amorally. Does this coupon code that is ideal state can replicate for speaking with their database tools and handled it ensures data, a granular control Review the tool for migrating to? If necessary continue browsing the site, will agree specify the rush of cookies on this website. Iteratively make both necessary changes to applications. 1 Database Version Control DBMS Tools. It moves to schema migration database tools source database migration is a few clicks configuration as well as someone to. GDPR: floating video: is from consent? Openmysql rootwelcometcp1270013306migrationtest if err nil fmt. Database health Suite itself and Schema Sync across. The Top 33 Database Migrations Open Source Projects. The community edition of PDI is useful enough they perform our mystery here. Migration Supports schema migration for MySQL SQLite and PostgreSQL Reverse Engineering For existing database structures we to reverse enginering. Most schema migration tools aim to minimize the footprint of schema changes on any existing data in tally database. Contains errors, warnings, and informational messages relating to migration operations. To schema and tools with a tool allows you take years of the tooling uses the type of. But migrating data services ownership, and integrity checks will be able to other objects to use open source tools now part of. Making database schema while capturing any databases, open source endpoint to migrate to get started with constraints between data sources in an altered outside the.
    [Show full text]
  • Dbartisan Reviewers Guide
    DBArtisan® XE Product Review Guide May 2010 Americas Headquarters EMEA Headquarters Asia-Pacific Headquarters 100 California Street, 12th Floor York House L7. 313 La Trobe Street San Francisco, California 94111 18 York Road Melbourne VIC 3000 Maidenhead, Berkshire Australia SL6 1SF, United Kingdom The High Performance DBA CONTENTS Contents ..................................................................................................................................................................... - 1 - Overview ......................................................................................................................................................................... - 2 - Introduction ............................................................................................................................................................... - 2 - Product Description .................................................................................................................................................. - 2 - Contact Information .................................................................................................................................................. - 2 - DBArtisan XE Highlights ................................................................................................................................................ - 3 - New and Interesting Features of DBArtisan XE ..................................................................................................... - 3 - Key Benefits
    [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]
  • Opengis Catalog Services Specification
    OGC 02-087r3 Open GIS Consortium Inc. Date: 2002-12-13 Reference number of this OpenGIS® project document: OGC 02-087r3 Version: 1.1.1 Category: OpenGIS® Implementation Specification Editor: Douglas Nebert OpenGIS® Catalog Services Specification Copyright notice This OGC document is copyright-protected by OGC. While the reproduction of drafts in any form for use by participants in the OGC standards development process is permitted without prior permission from OGC, neither this document nor any extract from it may be reproduced, stored or transmitted in any form for any other purpose without prior written permission from OGC. Document type: OpenGIS® Publicly Available Standard Document subtype: Implementation Specification Document stage: Adopted Document language: English OGC 02-087r3 Contents 1 Scope........................................................................................................................1 2 Conformance ..........................................................................................................1 3 Normative references.............................................................................................1 4 Terms and definitions............................................................................................1 5 Conventions ............................................................................................................3 5.1 Symbols (and abbreviated terms).........................................................................3 5.2 UML notation.........................................................................................................4
    [Show full text]
  • Odbc — Load, Write, Or View Data from ODBC Sources
    Title stata.com odbc — Load, write, or view data from ODBC sources Syntax Menu Description Options Remarks and examples Also see Syntax List ODBC sources to which Stata can connect odbc list Retrieve available names from specified data source odbc query "DataSourceName", verbose schema connect options List column names and types associated with specified table odbc describe "TableName", connect options Import data from an ODBC data source odbc load extvarlist if in , table("TableName") j exec("SqlStmt") load options connect options Export data to an ODBC data source odbc insert varlist if in , table("TableName") fdsn("DataSourceName") j connectionstring("ConnectionStr")g insert options connect options Allow SQL statements to be issued directly to ODBC data source odbc exec("SqlStmt") , fdsn("DataSourceName") j connectionstring("ConnectionStr")g connect options Batch job alternative to odbc exec odbc sqlfile("filename") , fdsn("DataSourceName") j connectionstring("ConnectionStr")g loud connect options Specify ODBC driver manager (Unix only) set odbcmgr iodbc j unixodbc , permanently 1 2 odbc — Load, write, or view data from ODBC sources where DataSourceName is the name of the ODBC source (database, spreadsheet, etc.) ConnectionStr is a valid ODBC connection string TableName is the name of a table within the ODBC data source SqlStmt is an SQL SELECT statement filename is pure SQL commands separated by semicolons and where extvarlist contains sqlvarname varname = sqlvarname connect options Description user(UserID) user
    [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]
  • Developing Database Applications
    Developing Database Applications JBuilder® 2005 Borland Software Corporation 100 Enterprise Way Scotts Valley, California 95066-3249 www.borland.com Refer to the file deploy.html located in the redist directory of your JBuilder product for a complete list of files that you can distribute in accordance with the JBuilder License Statement and Limited Warranty. Borland Software Corporation may have patents and/or pending patent applications covering subject matter in this document. Please refer to the product CD or the About dialog box for the list of applicable patents. The furnishing of this document does not give you any license to these patents. COPYRIGHT © 1997–2004 Borland Software Corporation. All rights reserved. All Borland brand and product names are trademarks or registered trademarks of Borland Software Corporation in the United States and other countries. All other marks are the property of their respective owners. For third-party conditions and disclaimers, see the Release Notes on your JBuilder product CD. Printed in the U.S.A. JB2005database 10E13R0804 0405060708-987654321 PDF Contents Chapter 1 Chapter 4 Introduction 1 Connecting to a database 27 Chapter summaries . 2 Connecting to databases . 28 Database tutorials. 3 Adding a Database component to your Database samples . 3 application . 28 Related documentation . 4 Setting Database connection properties . 29 Documentation conventions . 6 Setting up JDataStore . 31 Developer support and resources. 7 Setting up InterBase and InterClient. 31 Contacting Borland Developer Support . 7 Using InterBase and InterClient with JBuilder . 32 Online resources. 7 Tips on using sample InterBase tables . 32 World Wide Web . 8 Adding a JDBC driver to JBuilder .
    [Show full text]
  • JDBC Driver for SQL/MP
    Contents HP JDBC/MP Driver for NonStop SQL/MP Programmer's Reference for H10 Abstract This document describes how to use the JDBC/MP Driver for NonStop SQL/MP on HP Integrity NonStop™ NS-series servers. JDBC/MP provides NonStop Server for Java applications with JDBC access to HP NonStop SQL/MP. JDBC/MP driver conforms where applicable to the standard JDBC 3.0 API from Sun Microsystems, Inc. Product Version HP JDBC/MP Driver for NonStop SQL/MP H10 Supported Hardware All HP Integrity NonStop NS-series servers Supported Release Version Updates (RVUs) This publication supports H06.04 and all subsequent H-series RVUs until otherwise indicated by its replacement publication. Part Number Published 529851-001 January 2006 Document History Part Number Product Version Published JDBC Driver for SQL/MP September 526349-002 (JDBC/MP) V21 2003 JDBC Driver for SQL/MP 527401-001 October 2003 (JDBC/MP) V30 JDBC Driver for SQL/MP 527401-002 July 2004 (JDBC/MP) V30 JDBC Driver for SQL/MP 527401-003 May 2005 (JDBC/MP) V30 and H10 JDBC/MP Driver for NonStop 529851-001 January 2006 SQL/MP H10 Legal Notices © Copyright 2006 Hewlett-Packard Development Company L.P. Confidential computer software. Valid license from HP required for possession, use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor’s standard commercial license. The information contained herein is subject to change without notice. The only warranties for HP products and services are set forth in the express warranty statements accompanying such products and services.
    [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]