Chapter Contents |
Previous |
Next |
SAS/CONNECT User's Guide |
To illustrate these benefits consider a three-tiered implementation of a business application. The first tier could be the thin client piece which is a graphical user interface. The middle tier would then contain the business logic that is needed to manipulate data and to produce information. The third tier would perform the data access logic that is necessary to read or to write the data source.
Any piece of this application could be modified without changing the other tiers of the application. For example, the data source could change from a DB2 database to an ORACLE database and only the third tier (the data access logic) would need to be changed.
The SAS System now provides an SCL interface to direct-messaging that allows you to develop integrated SAS/AF and FRAME applications that can communicate through a basic yet flexible interface. In addition, the TCP/IP access method is the only access method that supports direct-messaging.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.