Wonder Club world wonders pyramid logo
×

Client/server developer's guide with Delphi 3 Book

Client/server developer's guide with Delphi 3
Client/server developer's guide with Delphi 3, Client/SErver Developer's Guide with Delphi 3 takes an authorative, real-world approach to learning database designa nd creating full-featured client/server applications. Focusing on the more advanced features and topics, this guide enables you to become , Client/server developer's guide with Delphi 3 has a rating of 3 stars
   2 Ratings
X
Client/server developer's guide with Delphi 3, Client/SErver Developer's Guide with Delphi 3 takes an authorative, real-world approach to learning database designa nd creating full-featured client/server applications. Focusing on the more advanced features and topics, this guide enables you to become , Client/server developer's guide with Delphi 3
3 out of 5 stars based on 2 reviews
5
0 %
4
0 %
3
100 %
2
0 %
1
0 %
Digital Copy
PDF format
1 available   for $99.99
Original Magazine
Physical Format

Sold Out

  • Client/server developer's guide with Delphi 3
  • Written by author Ken Henderson
  • Published by Indianapolis, Ind. : Sams Publishing, cop. 1997, 1997/03/01
  • Client/SErver Developer's Guide with Delphi 3 takes an authorative, real-world approach to learning database designa nd creating full-featured client/server applications. Focusing on the more advanced features and topics, this guide enables you to become
Buy Digital  USD$99.99

WonderClub View Cart Button

WonderClub Add to Inventory Button
WonderClub Add to Wishlist Button
WonderClub Add to Collection Button

Book Categories

Authors








[Figures are not included in this sample chapter]


Client/Server Developers Guide Delphi 3


Contents



  • Introduction - xxvii

I - Getting Started



  • Chapter 1 - Is Delphi the Silver Bullet?

    • Why Delphi?
    • No Limits
    • Scalability
    • What's Ahead
    • Summary




  • Chapter 2 - Quick Start

    • A Few Words First
    • An Overview of the Architecture
    • A Simple Form
    • Building Database Applications
    • The TDatabase Component
    • BDE Aliases
    • Data Modules
    • Creating a Master/Detail Form
    • Summary
    • What's Ahead




  • Chapter 3 - Building Blocks

    • What Are Projects?
    • Delphi Projects
    • Delphi Libraries
    • Delphi Units
    • Delphi Forms
    • Data Modules
    • Include Files
    • Delphi Components
    • Summary
    • What's Ahead




  • Chapter 4 - Conventions

    • Object Pascal Program Elements
    • Object Pascal Coding Styles
    • Database Server Constructs
    • Summary
    • What's Ahead




  • Chapter 5 - A No-Nonsense Approach to SQL

    • Quick Start
    • A Few Additional Comments
    • Summary
    • What's Ahead




  • Chapter 6 - Client/Server Database Design

    • General Approach
    • The Five Processes
    • On the Complexities of Client/Server Development
    • Defining the Purpose of the Application
    • Defining the Functions of the Application
    • Designing the Database Foundation and Application Processes
    • Summary
    • What's Ahead




  • Chapter 7 - Client/Server Application Design

    • Designing the Database Foundation and Application Processes
    • Test the Application for Compliance with the Predefined Purpose

      and Functions
    • Installing the Application for Production Use
    • Summary
    • What's Ahead





II - Tutorial -



  • Chapter 8 - Your First Real Client/Server Database Application

    • Defining the Purpose of the Application
    • Defining the Functions of the Application
    • Designing the Database Foundation and Application Processes
    • Summary
    • What's Ahead




  • Chapter 9 - First Steps

    • Construct RENTMAN's Database Foundation
    • Determine the Type of Application You're Building
    • Derive Application Objects from Application Processes
    • Design a Form Hierarchy
    • Begin Building the Application
    • Summary
    • What's Ahead




  • Chapter 10 - First Forms

    • Silverrun-RDM and Delphi Mode
    • Customize the Data Module
    • The EMPLOYEE Quick Entry/Edit Form
    • The Work Type Quick Entry/Edit Form
    • Summary
    • What's Ahead




  • Chapter 11 - Forms, Forms, and More Forms

    • The TENANT Form
    • The PROPERTY Form
    • The LEASE Form
    • The WORDER Form
    • Overriding DBNavigator
    • The CALL Form
    • Summary
    • What's Ahead




  • Chapter 12 - Reports

    • Methods of Building Delphi Reports
    • Types of Reports
    • The Work Order Form Report
    • Property-List Columnar Report
    • The Task-List Report
    • Inside TaskList1Click
    • Summary
    • What's Ahead




  • Chapter 13 - Finishing Touches

    • Adding an Application Bitmap
    • Specifying the Application's Title and Icon
    • Adding Windows Help
    • Adding Fly-Over Hints
    • Activating the Status Bar
    • Adding an About Box
    • Adding a Form-Print Button
    • Adding Report-Confirmation Dialogs
    • Summary
    • What's Ahead




  • Chapter 14 - RENTMAN Postpartum

    • Testing the App
    • Deploying the App
    • Summary
    • What's Ahead





III - Reference



  • Chapter 15 - Delphi on Microsoft SQL Server

    • Starting the Server
    • Getting Connected
    • SQL Primer
    • Summary
    • What's Ahead




  • Chapter 16 - Delphi on Oracle

    • Starting the Server
    • Getting Connected
    • SQL Primer
    • Summary
    • What's Ahead




  • Chapter 17 - Delphi on InterBase

    • Starting the Server
    • Getting Connected
    • SQL Primer
    • InterBase Administration
    • Summary
    • What's Ahead




  • Chapter 18 - Delphi on Sybase SQL Server

    • Starting the Server
    • Getting Connected
    • Net Library/Open Client Error 422 Under NT
    • Configuring the Client
    • SQL Primer
    • Summary
    • What's Ahead





IV - Advanced Topics



  • Chapter 19 - Business Reports

    • Types of Reports
    • The Employee Database
    • The Customer List Report
    • The Customer Group Report
    • The Master/Detail Report
    • The Cross-Tab Report
    • Constructing a Report Front-End Program
    • Viewing Your Reports at Runtime
    • Business Charts
    • Enhancing Your Reports
    • Summary
    • What's Ahead




  • Chapter 20 - Business Rules on the Database Server

    • Business Rules Further Defined
    • Server-Based Business Rule Implementations
    • Server Implementation Strengths
    • Server Implementation Weaknesses
    • Client Implementation Strengths
    • Client Implementation Weaknesses
    • Middleware Strengths
    • Middleware Weaknesses
    • Implementing Server-Based Business Rules
    • Summary
    • What's Ahead




  • Chapter 21 - Business Rules in Delphi Applications

    • Types of Business Rules
    • Two Rules About Business Rules
    • Custom Components
    • TField Properties and Business Rules
    • DataSets and Business Rules
    • Summary
    • What's Ahead




  • Chapter 22 - Beyond the Two-tiered Model

    • Remote Data Broker
    • Constraint Broker
    • Briefcase Computing Support
    • Partial Data Packages
    • Summary
    • What's Ahead




  • Chapter 23 - Concurrency Control

    • Transaction Isolation
    • Concurrency Control Systems
    • Transaction Log Management
    • Summary
    • What's Ahead




  • Chapter 24 - Advanced SQL

    • DDL Versus DML
    • Advanced DDL Syntax
    • Advanced DML Syntax
    • Optimal SQL
    • Summary
    • What's Ahead




  • Chapter 25 - Delphi Client/Server Performance Tuning

    • How Fast Is Fast Enough?
    • Determine Performance Variables
    • Build a Test Environment
    • Defining Performance Tuning
    • Application Performance Tuning
    • Server Performance Tuning
    • Network Performance Tuning
    • Summary
    • What's Ahead




  • Chapter 26 - The Borland Database Engine

    • BDE Versus ODBC
    • The Architecture
    • The BDE API
    • Building a Native BDE Application
    • Accessing the BDE from Delphi Applications
    • Making Native Calls to Your DBMS
    • Retrieving Platform-Specific Info Using the BDE
    • Expression Indexes
    • Optimizing the BDE
    • Optimizing BDE for SQL Access
    • Summary
    • What's Ahead



    • Chapter 27 - Building Your Own Database Components
    • The Four Basics of Component Construction
    • TArrayTable
    • TLiveQuery
    • TDBNavSearch
    • The ZoomDlg Component
    • Summary
    • What's Ahead




  • Chapter 28 - Delphi Internet Applications

    • Project One: A Web Browser
    • Project Two: A Web Server App
    • Project Three: An ActiveForm Application
    • Project Four: A Thin-Client App
    • Project Five: Building a Shopping Cart
    • Summary
    • What's Ahead




  • Chapter 29 - Deploying Your Applications

    • Get Organized
    • Ascertain Client Network Requirements
    • Determine Client Database Driver Requirements
    • Evaluate Client Database Server Requirements
    • Ascertain Database Preparation Requirements
    • Basic Setup
    • Advanced Setup
    • Installing Database Objects
    • Summary





Appendix



  • A - A Roadmap for the Journey to Delphi

    • C and C++
    • PowerBuilder
    • Visual Basic and Access
    • The Xbase Dialects: dBASE, Clipper, FoxPro, and So On
    • Conclusion
    • Summary




  • Index



Login

  |  

Complaints

  |  

Blog

  |  

Games

  |  

Digital Media

  |  

Souls

  |  

Obituary

  |  

Contact Us

  |  

FAQ

CAN'T FIND WHAT YOU'RE LOOKING FOR? CLICK HERE!!!

X
WonderClub Home

This item is in your Wish List

Client/server developer's guide with Delphi 3, Client/SErver Developer's Guide with Delphi 3 takes an authorative, real-world approach to learning database designa nd creating full-featured client/server applications. Focusing on the more advanced features and topics, this guide enables you to become , Client/server developer's guide with Delphi 3

X
WonderClub Home

This item is in your Collection

Client/server developer's guide with Delphi 3, Client/SErver Developer's Guide with Delphi 3 takes an authorative, real-world approach to learning database designa nd creating full-featured client/server applications. Focusing on the more advanced features and topics, this guide enables you to become , Client/server developer's guide with Delphi 3

Client/server developer's guide with Delphi 3

X
WonderClub Home

This Item is in Your Inventory

Client/server developer's guide with Delphi 3, Client/SErver Developer's Guide with Delphi 3 takes an authorative, real-world approach to learning database designa nd creating full-featured client/server applications. Focusing on the more advanced features and topics, this guide enables you to become , Client/server developer's guide with Delphi 3

Client/server developer's guide with Delphi 3

WonderClub Home

You must be logged in to review the products

E-mail address:

Password: