I am trying to save a ' ' (space character) in a Char(1) field, but it always ends up in the database as a null. (needed for legacy system compatibility) I have tried setting FixedChar=True on the TField and TrimStringFields=False on the TOracleSession, but they don't seem to have any effect. I am using D5, Oracle8.1.6, and DOA 3.4.5.
TIA
TIA