Sql Server 2000 Web Application Developer's Guide

The ultimate beginning-to-end guide for SQL developers building Web-enabled database applications. Contains data tools to help make building Web applications easier for developers. Includes coverage of security issues and building N-tier Web solutions, an important topic in web development today.

1017953332
Sql Server 2000 Web Application Developer's Guide

The ultimate beginning-to-end guide for SQL developers building Web-enabled database applications. Contains data tools to help make building Web applications easier for developers. Includes coverage of security issues and building N-tier Web solutions, an important topic in web development today.

48.95 In Stock
Sql Server 2000 Web Application Developer's Guide

Sql Server 2000 Web Application Developer's Guide

by Craig Utley
Sql Server 2000 Web Application Developer's Guide

Sql Server 2000 Web Application Developer's Guide

by Craig Utley

Paperback

$48.95 
  • SHIP THIS ITEM
    Qualifies for Free Shipping
  • PICK UP IN STORE

    Your local store may have stock of this item.

Related collections and offers


Overview

The ultimate beginning-to-end guide for SQL developers building Web-enabled database applications. Contains data tools to help make building Web applications easier for developers. Includes coverage of security issues and building N-tier Web solutions, an important topic in web development today.


Product Details

ISBN-13: 9780072126198
Publisher: McGraw-Hill Professional Publishing
Publication date: 01/01/2000
Series: Database Professional's Library
Pages: 663
Product dimensions: 7.00(w) x 9.00(h) x 1.70(d)

About the Author

Craig Utley (Louisville, KY) is a Microsoft Certified Solutions Developer with years of experience developing client/server and Web applications. He is President of CIOBriefings LLC, a consulting and training company focusing on building N-tier Web solutions.

Read an Excerpt

Chapter 1: Introduction to Web Applications

This book will examine how to build Web applications using Microsoft's SQL Server 2000 as a back-end. First, we need to embark on a journey to understand what we mean by "Web application," and how we can use Microsoft technology to build Web applications. We will examine such topics as HTML, IIS, ASP, and n-tier development in this introductory chapter. This chapter assumes you are familiar with HTML; if not, you can refer to Appendix E.

What Are Web Applications?

Web applications are applications that run over the Web. If that sounds redundant, think about this: many Web sites are simply an online catalog, sometimes called "brochureware." They are just pages of pictures and descriptions. When we talk about building applications, we are talking about building sites that do something. They allow you to enter information, and they intelligently respond to your requests. If Web applications had never been developed, we would just have Web pages that would be no more interactive than the pages of a catalog or magazine. Web applications include all the e-commerce sites that have become the rage. These sites allow you to browse the catalog, but you can also place items in your shopping basket, choose a shipping option, and then pay for the items, all without ever picking up the phone. Many sites offer real-time inventories, so you know if the items you want are in stock. Other applications include many business-to-business applications. For example, Company A may track demographic data on consumers. Other companies can log on to Company A's Web site and run reports to try to identify markets with their target demographic. Thismeans these sites must have real-time access to a database and the ability not only to read the data, but also to build a page on the fly to reflect the values in the database. Building pages on the fly is at the heart of Web applications.

To build Web applications, we first need to understand how Web servers and static Web pages work. We will then move into how to build applications that are driven by the data in our SQL Server databases.

Web Servers and HTML

At their heart, Web servers can be very simple software. A client computer connected to the network requests a particular page from a particular Web server. On a Web server, a page is just a file stored on a physical drive. The server locates the page on some computer and sends a copy of the page (file) to the requesting client computer, as can be seen in Figure 1-1...

Table of Contents

Part I: Web Application Developments with Active Server Pages.
Chapter 1: Building Web Applications with Microsoft Technology.
Chapter 2: Your First Active Server Page.
Chapter 3: Working with the Active Server Pages Objects.
Chapter 4: Introduction to ADO.
Chapter 5: The ADO Objects.
Chapter 6: ADO MD.
Chapter 7: English Query.
Chapter 8: Advanced Data Access.
Part III: Microsoft Data Access Tools and Client-Side Access.
Chapter 9: Visual InterDev Data Tools.
Chapter 10: Programming the VI Design-Time Controls.
Chapter 11: Client-Side Database Access.
Part IV: Building N-Tier Web Applications.
Chapter 12: Building N-Tier Applications with ASP and COM Components.
Chapter 13: MTS/COM+ Integration.
Chapter 14: Security.
Part V: Appendices:
A: ASP Object Model.
B: ADO Object Model.
C: ADOX Object Model.
D: ADOMD Object Manual.
E: HTML Introduction.
F: VBScript Introduction.
From the B&N Reads Blog

Customer Reviews