The following select statement is part of a database query:
select a.wonum, a.followupfromwonum, a.description, b.ldtext,c.name, d.regularhrs, d.othrs
When the query is executed there is information "visible" in the output. Yet when I export the output to text file for further manipulation the ldtext output does not carry over. The data type is "memo." I've tried cast, convert, etc. with no effect. Any suggestions?