I have problems using ODAC 9.6.22 with oracle fieldtype 'float'.
Setting
OraSession.Options.EnableNumbers:= False;
Query.Fields[nn].AsFloat truncates the values.
If I set EnableNumbers:= True the values are not truncated.
V 9.6.20 of ODAC works correct!
Stefan
problems using oracle fieldtype float
Re: problems using oracle fieldtype float
Hello,
Please specify the field type in the Oracle database and the value that is trimmed on disabling the EnableNumbers option.
Please specify the field type in the Oracle database and the value that is trimmed on disabling the EnableNumbers option.
Re: problems using oracle fieldtype float
The datatype used in create-statement was the pseudotype 'float'!
Stefan
Stefan
Re: problems using oracle fieldtype float
We can't reproduce the issue. Please specify the number that is cut.
Re: problems using oracle fieldtype float
The error only occurs if my programm runs as Com-DLL in memory of another program (Intergraph GeoMedia) so it is very diffcult to build a test-program to show the problem.
If I install V 9.6.22 my program does not work, if I use the old version 9.6.20 my program works (without canges in my code).
My question: did you change something in your program? (Verision 7.2.9 of SDAC had a similar problem)
If I install V 9.6.22 my program does not work, if I use the old version 9.6.20 my program works (without canges in my code).
My question: did you change something in your program? (Verision 7.2.9 of SDAC had a similar problem)
Re: problems using oracle fieldtype float
Since a lot of modifications were made between these two versions, and we couldn't reproduce the problem, we can't tell what affected this behavior. Therefore try to create a sample reproducing the problem, in order for us to be able to reproduce and fix it.