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
I have a SyBase DB table with field of type "float", so I have declared a C# backend field of type "float" also.
When I execute ExecuteReader(sqlQuery), in the retourned AseDataReader class, the column type of field is "double".
When converting this double value to backend "float" field I have precission loss.
How can I force AseDataReader to map column to "float" type as defined in DB ??