I have a sql-field defined as CHAR(1) in my table.
When selecting it like this:
Code: Select all
? 'aCurRow1:fieldGet(9)', aCurRow1:fieldGet(9), len(aCurRow1:fieldGet(9))
? 'trim aCurRow1:fieldGet(9)', alltrim(aCurRow1:fieldGet(9)), len(aCurRow1:fieldGet(9))
Any idea somebody?
Serge