Showing posts with label Database. Show all posts
Showing posts with label Database. Show all posts

Monday, December 26, 2011

Developing Database Applications Using MySQL Connector/C++

This tutorial will show you the essential steps to build and install MySQL Connector/C++ driver, with simple examples to connect, insert, and retrieve data from a MySQL database. Because the focus is on database connectivity from a C++ application, this document assumes that some kind of MySQL database is already up and accessible from the client machine.Website: docs.huihoo.com | Filesize: 320kb No of Page(s): 36

Read more..

Introduction to Java Programming By Y. Daniel Liang

This supplement covers the following topics: • Starting and Stopping MySQL Server • Connecting to MySQL • Creating User Accounts • Using MySQL • MySQL Administration • Accessing MySQL using Java NOTE: Please use MySQL 4.1 or high with this tutorial. 0 Introduction MySQL is a popular database with more than 4 million users. It is one of the fastest relational databases in the market. Many

companies are using it to support their websites, data warehouses, and business applications.

Read more..

PHP/MySQL Tutorial by Graeme Merrall

Unless you’ve been living on Mars for the last six to eight months, you’ve heard of open source software (OSS). This movement has got so much momentum that even the big boys are taking notice. Companies like Oracle, Informix, and a host of others are releasing their flagship database products for that poster child of the OSS movement, Linux. Having a massively complex RDBMS (relational database management system) is all well and good if you know what to do with it. But perhaps you are just getting into the world of databases. You’ve read Jay’s article and you want to put up your own data-driven Web site. But you find you don’t have the resources or desire for an ASP server

Read more..

ORACLE: PL/SQL Programming – Advanced Performance Objectives

ORACLE: PL/SQL Programming – Advanced Performance Objectives SYS-ED/COMPUTER EDUCATION TECHNIQUES, INC. (Oracle: PL/SQL Advanced – 3.7) Perf Obj: Page 1 Chapter 1: Control Structures You will learn: • Uses and types of control structures. • Constructing an IF statement. • CASE expressions. • Constructing and identifying different loop statements. • Logic tables. • Controlling block flow using nested loops and labels. Chapter 2: Composite Data Types You will learn: • User-defined PL/SQL records. • Creating a record with the %ROWTYPE attribute. • Creating a INDEX BY table. • Creating INDEX BY table of records. • Difference between records, tables, and tables of records. Chapter 3: Explicit Cursors You will learn: •

Read more..

ORACLE VIDEO DIVERSITY CONTROLLER

ORACLE V1.4 ©2007 DIGITAL PRODUCTS COMPANY PAGE 1 July-2007 ORACLE VIDEO DIVERSITY CONTROLLER The Oracle video diversity controller is used to bridge two wireless video receivers together. Dual receivers can be used to help reduce RF multi-path problems, as well as allow for other signal improving techniques. FEATURE SUMMARY # Universal wireless video receiver compatibility (NTSC or PAL). # Two channel audio support (stereo audio or voice/data). # Very high bandwidth. No A/V signal degradation. # Two buffered video outputs. # Buffered audio output. # No special installation requirements (uses standard RCA connectors). # Low voltage alarm. # Operates on 6VDC to 14VDC (90mA typical). WHAT IS IT? Oracle is an intelligent video switch with two A/V (audio/video) inputs that are merged into a single output.

Read more..

MySQL Tutorial – University of Ibadan

This tutorial is inspired by the examples of this book : MySQL™ The definitive guide to using, programming, and administering MySQL 4.1 and 5.0 Third Edition By Paul DuBois – SAMS March 2005 Design & Conception: P.K helped by A.D, L.W & S.S. A MySQL Tutorial Basic Database Terminology Many relational database concepts are really quite simple. In fact, much of the appeal of relational databases stems from the simplicity of their foundational concepts. Structural Terminology Within the database world,

MySQL is classified as a relational database management system (RDBMS). That phrase breaks down as follows: • The database (the “DB” in RDBMS) is the repository for the information you want to store, structured in a simple, regular fashion: o The collection of data in a database is organized into tables. o Each table is organized into rows and columns. o Each row in a table is a record. o Records can contain several pieces of information; each column in a table

Read more..

Oracle Database Programming

Page 75 Chapter 7 Oracle Database Programming Srecko Howard Glen Van Der Vyver 7.1 Oracle Database Programming Overview This chapter defines the naming standards for Oracle database programming and provides a guide to the correct usage of Data Definition Language, Data Manipulation Language and PL/SQL statements. It also discusses a number of other database programming concepts. Information Systems Developers Handbook Page 76 The idea, thought of as revolutionary not many years ago, that data could be independent of applications, heralded

Read more..