Listing 1 - 10 of 10
Sort by

Book
Einführung in SQL : Daten erzeugen, bearbeiten und abfragen.
Authors: ---
ISBN: 1098128656 3960104324 Year: 2021 Publisher: Heidelberg : o'Reilly,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Long description: Grundlagen und Schlüsseltechniken verstehen und mit vielen Beispielen vertiefen Konzepte und typische Arbeitsschritte verständlich und kompakt erklärt Die SQL-Beispiele laufen ohne Änderungen auf MySQL und (ggf. mit geringfügigen Änderungen) auf neueren Versionen von Oracle Database, DB2 und SQL Server Mit SQL Daten von diversen Plattformen und nicht-relationalen Datenbanken verarbeiten SQL-Kenntnisse sind nach wie vor unverzichtbar, um das Beste auf Ihren Daten herauszuholen. In seinem Handbuch vermittelt Alan Beaulieu die nötigen SQL-Grundlagen, um Datenbankanwendungen zu schreiben, administrative Aufgaben durchzuführen und Berichte zu erstellen. Sie finden neue Kapitel zu analytischen Funktionen, zu Strategien für die Arbeit mit großen Datenbanken sowie zu SQL und großen Datenmengen.Jedes Kapitel präsentiert eine in sich geschlossene Lektion zu einem Schlüsselkonzept oder einer Schlüsseltechnik von SQL und nutzt hierfür zahlreiche Abbildungen und kommentierte Beispiele. Durch Übungen vertiefen Sie die erlernten Fähigkeiten. Biographical note: Alan Beaulieu beschäftigt sich seit mehr als 30 Jahren mit dem Entwurf und der Erstellung von maßgeschneiderten Datenbankanwendungen. Er betreibt seine eigene Beratungsfirma, die auf den Entwurf, die Entwicklung und Performance-Optimierung sehr großer Datenbanken spezialisiert ist, vor allem im Bereich Finanzdienstleistungen. Alan verbringt gern Zeit mit seiner Familie, spielt in einer Band Schlagzeug, zupft seine Tenor-Ukulele oder ist auf der Suche nach dem perfekten Picknick-Plätzchen, wenn er mit seiner Frau wandern geht. Er hat einen Bachelor of Science von der Cornell University School of Engineering.

A guide to DB2: a user's guide to the IBM product IBM database 2 (a relational database management system for the MVS environment) and its major companion products, QMF, AS, CSP, etc.
Authors: ---
ISBN: 0201094282 Year: 1988 Publisher: Reading, Mass.

A complete guide to DB universal database
Author:
ISBN: 1558604820 Year: 1998 Publisher: San Francisco Morgan Kaufmann


Book
IBM DB2 9.7 advanced application developer cookbook
Authors: ---
ISBN: 1280127333 9786613531216 1849683972 9781849683975 1849683964 9781849683968 9781849683968 Year: 2012 Publisher: Birmingham Packt

Loading...
Export citation

Choose an application

Bookmark

Abstract

This cookbook has recipes written in a simple, easy to understand format with lots of screenshots and insightful tips and hints. If you are an IBM DB2 application developer who would like to exploit advanced features provided by DB2 to design and implement high quality applications, then this book is for you. This book assumes you have a basic understanding of the DB2 application development.


Dissertation
Ontwikkeling van een applicatie voor conversie van mainframedata voor Business Intelligence-gebruikers
Authors: --- --- ---
Year: 2013 Publisher: Gent : s.n.,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Deze masterproef betreft de optimalisatie en ontwikkeling van een softwareapplicatie voor datatransfer vanuit een IBM-mainframe en dataconversie in een Windows-omgeving. De relationele data wordt vanop het mainframe overgebracht naar een Windows-omgeving waar het geconverteerd wordt tot een rapport. Dit rapport kan gaan van een HTML-pagina of Worddocument tot een Excelwerkboek en zelfs een pdf-bestand.De applicatie wordt ontworpen volgens het cascademodel. Er wordt een behoefteanalyse gedaan die de behoeftes en wensen van de eindgebruikers in kaart brengt. Deze behoeftes omzetten naar technische noden gebeurt tijdens de functionele analyse. Voor het genereren van Oce-bestandsformaten wordt gebruikt gemaakt van een externe API; er wordt onderzocht welke API het dichtst aansluit bij de noden van de applicatie. Eenmaal de functionele eisen in kaart zijn gebracht en de meest geschikte API bekend is, wordt een architectuur en design ontworpen. Tot slot wordt dit geïmplementeerd volgens de Scrum-methodologie toteen proof-of-concept.Het ontwikkelde programma kan, aangestuurd vanuit batch of interactief vanop mainframe, automatisch verschillende rapporten genereren. Deze rapporten kunnen ook verstuurd worden per e-mail. This thesis concerns the optimization and software development for data transfer from an IBM mainframe and data conversion to Windows. The data is transferred from the mainframe to a Windows environment where it is converted to a report. This report can be a HTML webpage, a Word document, an Excel workbook or even a PDF file.The application is designed according to the waterfall model. The requirements analysis brings up the needs and wishes of the end users. Converting these needs to technical requirements occurs during the functional analysis. To generate Office files, an extern API is being used. Research defines the best API for the job. After the requirements and functional analysis, an architecture and design is drawn up. Finally, this will be implemented in a Scrum development to a Proof-of-Concept.The developed application can automatically generate different reports, controlled from batch or interactively. These reports can also be sent in an e-mail.


Book
Beginning DB2 : from novice to professional
Author:
ISBN: 1281904279 9786611904272 1430205482 159059942X Year: 2008 Publisher: Berkeley, CA : Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract

IBM’s DB2 Express Edition is one of the most capable of the free database platforms available in today’s marketplace. In Beginning DB2, author Grant Allen gets you started using DB2 Express Edition for web sites, desktop applications, and more. The author covers the basics of DB2 for developers and database administrators, shows you how to manage data in both XML and relational form, and includes numerous code examples so that you are never in doubt as to how things work. In this book, you’ll find: A friendly introduction to DB2 Express Edition, an industrial–strength, relational database from IBM Dozens of examples so that you are never in doubt as to how things work Coverage of important language interfaces, such as from PHP, Ruby, C#, Python, and more The book is aimed at developers who want a robust database to back their applications.


Book
Foundation Db2 and Python : access Db2 with module-base API examples using Python
Author:
ISBN: 148426942X 1484269411 Year: 2021 Publisher: New York : Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Work with Db2 to write SQL and access databases using optimized code for the fastest response. This book will give you complete documentation on DB2 via Python for the IBM_db module and provide a number of examples for the usage of each module API. Begin by getting your free version of Db2 for Linux and Windows. While the book concentrates more on the Linux version of Db2, it also covers enough of the Windows version so that you're comfortable with obtaining and installing Db2 on your version of Windows. Next, you'll see how to install the sample database that comes with Db2, and take some data from the web to design a database around it, including tables and indexes. For Db2 to be really useful you need to use strong SQL expressions. This book provides specific examples of how to avoid using poor ones that can cause extra processing time for the query. Lastly, you'll look at each API in the ibm_db and ibm_db_dbi module. This module is not sponsored by IBM and must be installed separately from the Db2 database. After reading Foundation Db2 and Python you'll be able to install Db2 on Windows or Linux, and perform backups and restore data. You will: Obtain and install Db2 properly on Linux and Windows Create databases and load them on Db2 Work with ibm_db and ibm_db_dbi API modules for Python Write SQL for Db2 Review the future of the ibm_db Python module .


Book
Actualités de droit familial
Authors: --- --- ---
ISBN: 9782802727880 9783214076849 9789041131614 9789724038469 9783406593420 9783727227028 9788376018379 9724038467 3214076841 2802727885 9041131612 3727227028 3406593429 837601837X Year: 2009 Volume: 22 Publisher: Bruxelles Bruylant

Loading...
Export citation

Choose an application

Bookmark

Abstract

A document leaving the desk of a lawyer, company officer or, for that matter, any layman may have at any time legal consequences. This implies a tremendous range of documents. To simplify and acknowledge the most practical use as employed by non-native speakers, the examples provided in this manual focus on the contents of documents having a commercial impact, particularly those establishing a contractual relationship. Practical guidelines presented in this pocket guide help formulate legal writing that is brief, clearand precise. This pocket guide is an extremely useful tool for anyone who wants to avoid dangerous legal or - painful - consequences that result from faulty wording. For convenience, this manual is divided into three parts. 1. Document Design - an overview of principles on the appearance of documents. 2. Documents in Plain English - a review of English punctuation and good writing with respect to both general principles and specifics of legal writing. 3. Documents in Practice - an overview of specific provisions with respect to agreements. New in the second edition a chapter: Working Steps in Legal Drafting. Finally, a collection of specimen contract is included in the appendices to bring all of this into perspective.

Keywords

Family law. Inheritance law --- Belgium --- Actes juridiques -- Rédaction --- Dissertation juridique --- Droit -- Art d'écrire --- Jugements -- Rédaction --- Law -- Authorship --- Legal composition --- Legal composition -- Editing --- Rédaction de documents juridiques --- Rédaction juridique --- Samenstelling van juridische teksten --- Style juridique --- Domestic relations --- Child support --- Divorce --- Familles --- Pension alimentaire pour enfants --- Law and legislation --- Droit --- Conflict of laws --- Law --- English language --- Contrats (Droit international privé) --- Anglais (Langue) --- Contracts --- Language --- Terminology. --- Langage --- Terminologie --- International law --- Legal documents --- Interpretation and construction --- 347.6 <493> --- Familierecht. Gezinsrecht. Huwelijksgoederenrecht--België --- -Contracts (International law) --- Standardized terms of contract --- 340.03 --- Db2 --- Ab1.1 --- Contracts, Standard --- Contracts, Uniform --- Standard conditions of contract --- Standard contracts --- Standardized contracts --- Uniform conditions of contract --- Uniform contracts --- Uniform terms of contract --- Contracts and peace treaties --- Peace treaties and contracts --- International and municipal law --- Acts, Legislative --- Enactments, Legislative --- Laws (Statutes) --- Legislative acts --- Legislative enactments --- Jurisprudence --- Legislation --- Legal composition. --- Interpretation and construction. --- 347.6 <493> Familierecht. Gezinsrecht. Huwelijksgoederenrecht--België --- Rédaction juridique --- Contrats (Droit international privé) --- Communication in law --- Practice of law --- Forms (Law) --- Authorship --- Editing --- Famille --- Entretien d'enfants --- Droit collaboratif --- International law - Interpretation and construction --- Legal documents - Interpretation and construction --- Anglais (langue) --- Contrats internationaux --- Glossaires, vocabulaires, etc.

Listing 1 - 10 of 10
Sort by