Re: Three-Tier Client Server

From: Don Vick <dvick_at_lanier.com>
Date: 1995/05/22
Message-ID: <D8zH5C.DA7_at_lanier.com>#1/1


In article <1995May18.144208.4496_at_nosc.mil>, Michael P. Vergara <mvergara_at_sctcorp.com> wrote:
>My boss asked me today about this. I have never heard of 'Three-Tier
>Client/Server' architecture. Am I that far out of it? Can anyone
>shed some light on this topic?
>

Briefly, the three tiers are the database, the application logic, and the user interface. If you build them properly, you can make the implementations independent of each other, which gives you the option of putting them on one, two, or three platforms.

Example: database: An Oracle database (tables, indexes, etc)

	 application logic: Oracle constraints, triggers, stored procedures
			    (or write it in some other language if you prefer)
	 user interface: SQL*Forms, or whatever you like (Visual Basic, etc)

--------------------------------------------------------
Donald E. Vick (dvick_at_lanier.com, dvick_at_crl.com) Voice: (404) 493-2194 Fax: (404) 493-2399 Received on Mon May 22 1995 - 00:00:00 CEST

Original text of this message