Hi
I seem to have a problem retrieving and inserting a space character into oracle. DOA 4.0.7 seems to change any whitespace character to NULL.
I am not sure why DOA does this. The DOA source code seems to do something like if (DataSet.TrimString(Field.Value) = '')then Field = NULL;
Does anyone know of way to retrieve whitespace characters from a DOA OracleDataset? Do I have to change it to use a package component to make it work?
I seem to have a problem retrieving and inserting a space character into oracle. DOA 4.0.7 seems to change any whitespace character to NULL.
I am not sure why DOA does this. The DOA source code seems to do something like if (DataSet.TrimString(Field.Value) = '')then Field = NULL;
Does anyone know of way to retrieve whitespace characters from a DOA OracleDataset? Do I have to change it to use a package component to make it work?
Last edited: