Hello, I created a table using Relativty and one column seems to break my queries.
In Relativity's Query Builder, depending of the data I access, it returns a certain number of rows before it tthrows an error, like Table MyTable: Rows Processed = 4, Error Count =1.
Querying with another tool (QTODBC), I get an intermittent error, which means that sometimes, it works, sometimes I get the following error:
<eb1>Numeric item contains nonnumeric characters (column MyColumn)
State: S1000; Native: -4084; Origin: [Micro Focus][Relativity][CRDM]</eb1>
The column is defined as a Smallint in Relativity, and as a PIC 9 in Cobol.
Side note: The previous field in the table is a COMP and may have some invalid data.
Is there a workaround to that error?
Thank you!