ODBC Or How can I really see my data…?. ODBC defined: Open Open DataBase DataBase Connectivity Connectivity –ODBC applications can access data in many.

Slides:



Advertisements
Similar presentations
Database System Concepts and Architecture
Advertisements

10/7/1999Database Management -- R. Larson Database Administration: Additional Issues University of California, Berkeley School of Information Management.
Integration case study Week 8 – Lecture 1. Enrolment request (Workstation) Application server Database server Database New University Student Record System.
12 Chapter 12 Client/Server Systems Database Systems: Design, Implementation, and Management, Fifth Edition, Rob and Coronel.
Window NT Workstation and Server. Windows NT refers to two products workstation server can act as both a client and server in a network environment.
Hussain Ali Department of Computer Engineering KFUPM, Dhahran, Saudi Arabia Microsoft Networking.
Lesson 13 – ALL ABOUT CLIENT COMPUTERS. Choosing desktop computers Understanding Network workstation requirements OVERVIEW.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Overview of Database Languages and Architectures.
Centralized and Client/Server Architecture and Classification of DBMS
Module 1: Database and Instance. Overview Defining a Database and an Instance Introduce Microsoft’s and Oracle’s Implementations of a Database and an.
Client/Server Computing. Information processing is distributed among several workstations and servers on a network, with each function being assigned.
1 Client/Server Database Tutorial. SQL Server Connection through MS Access FACBUSAD1 SQL server MS Access MGD B106 Computer or your own PC Remote SQL.
ODBC Unplugged: What’s New in the DataFlex Connectivity Kit for ODBC? John Kramel Senior Consultant Data Access Corporation.
1 Web Database Processing. Web Database Applications Static Report Publishing a report is prepared from a database application and exported to HTML DB.
Installation and Administration
Database System Concepts and Architecture Lecture # 3 22 June 2012 National University of Computer and Emerging Sciences.
Oracle8 JDBC Drivers Section 2. Common Features of Oracle JDBC Drivers The server-side and client-side Oracle JDBC drivers provide the same basic functionality.
1 Intro to Info Tech Database Management Systems Copyright 2003 by Janson Industries This presentation can be viewed on line at:
Interacting With Data Week 8 Connecting to the database Creating recordsets Interacting with the database.
Interacting With Data Databases.
SQL HW1 Turn in as a hardcopy at the start of next class period. You may work this assignment in groups.
Semester 1 CHAPTER 15.
Networked Application Architecture Design. Application Building Blocks Application Software Data Infrastructure Software Local Area Network Server Desktop.
Student Learning Environment on the World Wide Web l CGI-programming in Perl for the connection of databases over the Internet. l Web authoring using Frontpage.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 23 How Web Host Servers Work.
Eurotrace Hands-On The Eurotrace File System. 2 The Eurotrace file system Under MS ACCESS EUROTRACE generates several different files when you create.
Learningcomputer.com SQL Server 2008 Configuration Manager.
1 SQL Server 2000 Administration Kashef Mughal MSB.
GUI To Create a DB Table CS346 Fall Methods to create a table At your local server and/or remote server – Use MySQL Console and create it interactively.
Middleware at HVA Assignment 4.5 Brian Samson & Peter Troon.
DataFlex Connectivity Kit for Pervasive.SQL Eddy Kleinjan.
Mainframe (Host) - Communications - User Interface - Business Logic - DBMS - Operating System - Storage (DB Files) Terminal (Display/Keyboard) Terminal.
Database Design and SQL Connie Wagner, Instructor.
Principles of Information Systems, Sixth Edition Organizing Data and Information Chapter 5.
Application Layer Honolulu Community College Cisco Academy Training Center Semester 1 Version
1 Chapter 34 Internet Applications (Telnet, FTP).
Copyright © Curt Hill Connectivity Communicating with the Database.
Cisco – Chapter 15 Application Layer closest to you as an end-user, when you are interacting with software.
IBM DB2 Universal Database For DataFlex Released in April 1999.
File Server Architecture In File Server Architecture, file server can’t process the data but can only pass on the data to the client who can process it.
1 Chapter Overview What is Microsoft SQL Server 2000? What are the SQL Server 2000 Components? What is the Relational Database Architecture? What is the.
ADO.NET Architecture MIS3502: Application Integration and Evaluation David Schuff Adapted from material by Arnold Kurtz, David.
Principles of Information Systems, Sixth Edition Organizing Data and Information Chapter 5.
1 Welcome! DBT544 students to the iSeries, DB2 Universal Database And SQL interface.
Physical Layer of a Repository. March 6, 2009 Agenda – What is a Repository? –What is meant by Physical Layer? –Data Source, Connection Pool, Tables and.
2 Copyright © Oracle Corporation, All rights reserved. Basic Oracle Net Architecture.
R EMAINING TOPICS IN JDBC Sagun Dhakhwa. O VERVIEW Introduction to JDBC API Types of JDBC Drivers Introduction to ODBC.
DBMS & TPS Barbara Russell MBA 624.
Chapter 2: Database System Concepts and Architecture - Outline
Client/Server Databases and the Oracle 10g Relational Database
Localizing Datasources with Alchemy Catalyst
Application Layer Honolulu Community College
SQL Queries Relational database and SQL MySQL LAMP SQL queries
Network Operating Systems Examples
RELATIONAL DATABASE MODEL
Forms Processing and Server-Side Scripts
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Database System Concepts and Architecture.
File Transfer Protocol
Integrating with LexisNexis InterAction
File service architecture
Interacting with Database
The Internet An Overview.
8.1 Active Directory Rights Management Services (AD RMS)
Introduction of Week 11 Return assignment 9-1 Collect assignment 10-1
Overview of Client Configuration
ODBC and JDBC.
Client/Server Computing
Creative Commons Attribution-Share Alike License 2.0
Internet Applications (Telnet, FTP)
Introduction of Week 5 Assignment Discussion
Presentation transcript:

ODBC Or How can I really see my data…?

ODBC defined: Open Open DataBase DataBase Connectivity Connectivity –ODBC applications can access data in many of today's leading database management systems (DBMSs) by using ODBC drivers written to access those DBMSs.

Pervasive provides the Driver for ODBC There are TWO drivers There are TWO drivers 1 at the “server” 1 at the “server” 1 at the “workstation” 1 at the “workstation”

DBA / EVO and PERVASIVE DBA / EVO is a “Transactional Database”. DBA / EVO is a “Transactional Database”. Pervasive provides the Engine for the Database to interact with the O/S. Pervasive provides the Engine for the Database to interact with the O/S. Pervasive has Two Engines: Relational & Transactional Pervasive has Two Engines: Relational & Transactional –The Relational is for SQL type databases. –The Transactional is for Btrieve or “flat file” databases

We use the ODBC to connect thru the Relational engine of Pervasive to Access the Transactional database of DBA / EVO. The connection uses your Local Area Network on the established “protocol”: The connection uses your Local Area Network on the established “protocol”: –TCP/IP –IPX/SPX –NETBIOS

Client to Server Connection

Server Side connection:

The ODBC connects to the DDF’s DDF’s : Data Dictionary Files. DDF’s : Data Dictionary Files. –Maintain the definitions of the Files(tables) used in the Database. As well as Each Field name, it’s Attribute, and indexes for Each File(table). As well as Each Field name, it’s Attribute, and indexes for Each File(table).

Use the Correct set of DDF’s !!

Creating specific Company DDF‘s

…. And in EVO..

Results in Correct DDF’s in your Company Data Directory….

TA DA ! You have QUESTIONS? You have QUESTIONS? We provide Answers… We provide Answers…