G
Guest
I have a strange bug which appears only with the new SQL Mobile version.
A database field is declared as 'float' type, and with SQL CE 2 it was read
with SqlCeDataReader.GetFloat(i) all was fine.
But on WM 5 it generates an 'InvalidCastEception', and I have to use
GetDouble(i) instead of GetFloat ...
What's the trick ?
A database field is declared as 'float' type, and with SQL CE 2 it was read
with SqlCeDataReader.GetFloat(i) all was fine.
But on WM 5 it generates an 'InvalidCastEception', and I have to use
GetDouble(i) instead of GetFloat ...
What's the trick ?