© Copyright, 2002 Howard F. Arner, Jr. All Rights Reserved. Unauthorized duplication prohibited.
Slide: 12   4/2/2002
Transformations
•Identify any user defined functions you may wish to create to transform data
–If you constantly need to send legacy dates back as SQL Dates, consider writing a function to do the transformation on AS/400 so that you have re-usable code
–If you need to do special calculations, like percent to total or such, write a UDF to do the transformation with full error handling to ease the code on the client