[Top] [Prev] [Next] [Bottom] [Contents]

Sa.SaFormat

Definition

Interface for designing data format routines which can be dynamically loaded and applied to any row set with simple applet tags. Sapphire's framework contains a variety of class implementations of this interface. Design once, apply anywhere. Need a change later? Update the class and all applications get the change.

Format operations are applied to data that the user sees from the database and to the data a user enters for insert, update, and delete. They provide very readable and friendly data formats for the user even if your database and SQL code cannot. They also make the job of data input by the user easier and less error prone, saving every one involved from costly networking and server processing for bad data formats errors, which could be avoided in the first place. They can even protect the enterprise from inconsistent data entries which cause faulty and more complex search operations on entered data. Combining field checks with data format routines produces a very powerful mechanism.



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.