> Any other ideas on a solution for the datatype issue > I am having?
You might try that aliasing technique, coercing the NUMERIC 19 fields to TEXT. Sometimes databases use straight text storage for those very high precision numbers (and efficiency be damned!). -- Larry
