Access The L Line The Express Line to Learning 2007 L Line L © Wiley Publishing. 2007. All Rights Reserved.

Slides:



Advertisements
Similar presentations
Encrypting Wireless Data with VPN Techniques
Advertisements

XProtect ® Professional Efficient solutions for mid-sized installations.
MS Access.
XProtect ® Express Integration made easy. With support for up to 48 cameras, XProtect Express is easy and affordable IP video surveillance software with.
CS 491/591 Linux Administration and Security PostgreSQL (database) Installation Installation Configuration Configuration Basic Security Basic Security.
ODBC and JDBC Aggie Hoversten CSCI Fall 1999.
IS4401 Project Technology Issues. Introduction This seminar covers Databases When to use a Database What Database to use Development Tools Visual Studio.
Understanding Networks I. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
How Clients and Servers Work Together. Objectives Learn about the interaction of clients and servers Explore the features and functions of Web servers.
Module 2: Planning to Install SQL Server. Overview Hardware Installation Considerations SQL Server 2000 Editions Software Installation Considerations.
Lecture The Client/Server Database Environment
Printing Terminology. Requirements for Network Printing At least one computer to operate as the print server Sufficient RAM to process documents Sufficient.
Confidential ODBC May 7, Features What is ODBC? Why Create an ODBC Driver for Rochade? How do we Expose Rochade as Relational Transformation.
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.
SQL Server Reporting Services
The Client/Server Database Environment
Access The L Line The Express Line to Learning 2007 L Line L © Wiley Publishing All Rights Reserved.
Chapter 8 Hardening Your SQL Server Instance. Hardening  Hardening The process of making your SQL Server Instance more secure  New features Policy based.
Microsoft Windows 2003 Server. Client/Server Environment Many client computers connect to a server.
Selected Topics on Databases n Multi-User Databases –more than one user processes the database at the same time n System Architectures for Multi-User Environments.
MySQL GUI Administration Tools Rob Donahue Manager, Distributed Systems Development May 7th, 2001 Rob Donahue Manager, Distributed Systems Development.
Copyright © 2006, SAS Institute Inc. All rights reserved. What Is New in SAS Profitability Management (PrM) 2.1? Authors: Jack Zhang Solution & Version:
Slide 1 What is a Computer Network? A computer network is a linked set of computer systems capable of sharing computer power and resources such as printers,
Multiple Cases Access Utilities1 Access & ODBC Managing and Using ODBC Connections P.O. Box 6142 Laguna Niguel, CA
SQL HW1 Turn in as a hardcopy at the start of next class period. You may work this assignment in groups.
Session 10 Windows Platform Eng. Dina Alkhoudari.
©Kwan Sai Kit, All Rights Reserved Windows Small Business Server 2003 Features.
Using the WDK for Windows Logo and Signature Testing Craig Rowland Program Manager Windows Driver Kits Microsoft Corporation.
Jason G. Caudill Assistant Professor of Business Administration Carson-Newman College.
M1G Introduction to Database Development 6. Building Applications.
Access The L Line The Express Line to Learning 2007 © Wiley Publishing All Rights Reserved. L Line.
The Microsoft Baseline Security Analyzer A practical look….
1 Client/Server Databases and the Oracle Relational Database.
Module 6: Implementing SQL Server Replication in an Enterprise Environment.
1 Welcome to CSC 301 Web Programming Charles Frank.
1 Chapter Overview Performing Configuration Tasks Setting Up Additional Features Performing Maintenance Tasks.
Hands-On Microsoft Windows Server Implementing Microsoft Internet Information Services Microsoft Internet Information Services (IIS) –Software included.
DataMAPPER - Applied Database Tech. 이화여대 과학기술대학원 석사 3 학기 992COG08 김지혜.
A Brief Documentation.  Provides basic information about connection, server, and client.
Multiple Cases Access Utilities1 Built-in Access Utilities for Developers, Users & Administrators P.O. Box 6142 Laguna Niguel, CA
The Problems HTTP is disconnected So many database vendors Create a simple consistent versatile interface on the data Look at ADO.NET classes OleDb SQL.
Lesson 13: Configuring Shared Resources
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.
Retina Network Security Scanner
The business logic engine for Microsoft IIS Speaker T.M. Arnett.
Access The L Line The Express Line to Learning 2007 L Line L © Wiley Publishing All Rights Reserved.
Introduction to MySQL Ullman Chapter 4. Introduction MySQL most popular open-source database application Is commonly used with PHP We will learn basics.
Introduction to Oracle  Oracle Database XE, APEX and Oracle SQL Developer.
CGS 3066: Web Programming and Design Spring 2016 Introduction to Server-Side Programming.
Planning Server Deployments Chapter 1. Server Deployment When planning a server deployment for a large enterprise network, the operating system edition.
Week-10 (Lecture-1) Web Building STEPS OF BUILDING: create web pages using HTML add a consistent style using CSS add computer code using JavaScript add.
9 Copyright © 2004, Oracle. All rights reserved. Getting Started with Oracle Migration Workbench.
Introduction to Database Programming with Python Gary Stewart
Pass Microsoft Installing and Configuring Windows Server 2012 exam in just 24 HOURS! 100% REAL EXAM QUESTIONS ANSWERS Microsoft Installing.
2 Copyright © 2008, Oracle. All rights reserved. Building the Physical Layer of a Repository.
Network and Server Basics. Learning Objectives After viewing this presentation, you will be able to: Understand the benefits of a client/server network.
1 Chapter 1 INTRODUCTION TO WEB. 2 Objectives In this chapter, you will: Become familiar with the architecture of the World Wide Web Learn about communication.
2nd year Computer Science & Engineer
DBMS Programs MS SQL Server & MySQL
Data Virtualization Demoette… ODBC Clients
Configuration and Monitoring
The Client/Server Database Environment
The Client/Server Database Environment
Created by Kamila zhakupova
FTP - File Transfer Protocol
07 | Analyzing Big Data with Excel
Technical Support for QuickBooks Enterprise Solutions In May 2002, Intuit Inc launched QuickBooks Enterprise – a brilliant accounting application. The.
Software for Eligible Beneficiaries Accession
Oracle Architecture Overview
Introduction of Week 5 Assignment Discussion
Presentation transcript:

Access The L Line The Express Line to Learning 2007 L Line L © Wiley Publishing All Rights Reserved.

Connecting with ODBC 14 * Discovering Open Database Connectivity * Making the SQL Server connection via ODBC * Connecting to a MySQL database * Connecting to file-based databases Stations Along the Way

Open Database Connectivity  Acronym is ODBC  Connects Access to foreign databases by using drivers  Treats foreign databases as though local to Access  Helps Access 2007 act as an SQL client for other relational databases

Pros and Cons of Access as an SQL Client ProsCons InexpensiveBut not free User experience baseInstallation and space requirements Accessible, affordable training Training necessary for advanced features Ubiquitous usageExclusivity to Windows Form and report capabilities Limited SQL support Intuitive interfaceAlternative clients readily available

Making the Connection to SQL Server  Upsize from Access: SQL Server is enterprise-level  Migrate easily: The Upsizing Wizard appears in Access Database Tools  Create a link: Access connects to SQL Server databases  Retain features: Access forms and reports still work  Build prototypes: Test in Access before committing to SQL Server

Creating the DSN Data Source Name (DSN): Information to connect a database client to a database server DSN ComponentExample Unique nameUID=sa Hostname or IP address SERVER= TCP / IP port numberPORT=0 DriverDRIVER=SQL SERVER Database nameDATABASE=Books Table nameTABLE=dbo.Titles

Exploring MySQL through ODBC  Considered the world’s most popular open-source database  Source code available from its creator  Connect through a MySQL Server on the network using a valid user name and password  Obtain more information about MySQL at

MySQL and SQL Server Similarities  Enterprise-level database solutions  Commercially supported  Compliant with SQL standards  Client/server style databases  Greatly concerned with security and data integrity  Multiple versions of product available

Exploring SQLite through ODBC  File-based RDBMS (like Access); not an enterprise capable client/server product  Open-source, free product with source code available  Command line interface or third-party graphical interface tools  Connect to SQLite databases through file share or on a local computer  Obtain more information about SQLite at

Connecting Access to MySQL or SQLite  Download and install an appropriate ODBC driver  Create the DSN  Select the tables to connect with

Discussion Topics What is ODBC? Why do you use ODBC? What’s a DSN?