DAL: DB2 SQL Command Digits Workaround

I want to use the DB2 SQL command digits (a NumToString function), but DAL does not support this command.
The workaround is to build a set of dummy tables to use as a scratch space for doing the conversions. Then use the standard DAL select command to retrieve the result.
Published Date: Feb 18, 2012