You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@naqvis , Thanks for your quick answer and fix.
However I feel it’s a pity to loose the decimal’s accuracy in converting the value to a float so I tried to come up with my own conversion piece of code. I’m quite new to odbc and I was surprised at how tricky this was. The "official" way using a SQL_NUMERIC_STRUCT seemed to work with informix but gave very strange results with oracle. In the end I found retrieving and converting the string representation the only viable option.
Hello.
In
result_set.cr
the col_type valueLibODBC::SQL_DECIMAL
is not mapped.This causes a query like
select count(*) from table
to fail on my informix database.The text was updated successfully, but these errors were encountered: