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

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

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

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

AccessAccess

The L LineThe L LineThe Express Line to LearningThe Express Line to Learning

20072007

© Wiley Publishing. 2007. All Rights Reserved.

L Line

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

Connecting Access to theWeb – Level I

18

* Assessing your Web development skills

* Creating a Web database

* Installing a Web server

* Installing a programming language

* Starting and stopping Windows services

* Making the ODBC connection

Stations Along the Way

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

Web Database Characteristics

It’s a Web database if you use…

A Web browser

A programming language

and

A Web server

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

Advantages / DisadvantagesPros Cons

Uses a familiar Web browser interface

Increases development time

Provides online data access

Needs a highly skilled development team

Lowers usage cost Retains standard maintenance requirements

Expands database availability

Increases risk of data corruption

Reduces application adoption time

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

Essential Skills to Acquire HTML proficiency Programming in a Web-friendly

language• Pearl• PHP• ASP• Java• .NET

Software installation know how Competency with database creation

and maintenance Web server management capability

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

Gathering the Tools

The Web database hosting as in this chapter requires…

Windows Operating System (Desktop or Server)

PHP (or another programming language)

Internet Information Server (IIS) An Access database

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

PHP:Hypertext Preprocessor

Offers these advantages…

Simple structure and syntax

A worldwide community of users

Open licensing

Flexibility and scalability

Support for every major database

Cross-platform capability

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

Setting Up the IISWeb Server

Install IIS with Add/Remove Windows Components

Configure IIS to work with PHP Start Admin and WWW Publishing

services from…• A command prompt

• Windows Computer Management console

Log on and control services

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

The Command Prompt

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

The Computer Management Console

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

An Access Databaseas a Web Database

Does Doesn’tUse Open Database Connectivity (ODBC)

Require Access to be open

Serve many users effectively

Limit user base to maintain performance

Mimic efficient client / server architecture

Stay always connected to all objects

Let browsers do the graphical work

Require splitting the database

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

Making the ODBCConnection

Start the IIS Admin and WWW Publishing services

Select the Access database driver

Choose the specific database

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

ODBCMicrosoft Access Setup

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

Discussion Topics

• What are the advantages and disadvantages of using a Web database?

• How do I implement a Web database?