P
Patrih
I've some problems understanding how decimal data type
works (in Access2000 at least): Is it a number or is it
stored as a string with specifics codes for its sign and
point place?
My problem is relative to its range: in fact, the guide
tells that this type of data accepts number from -10E28-1
to 10E28-1, but if you try to put -10E28-1 you receive an
error message. The natural thing (data types in C++ for
example) is to give the typical range from -10E28 to 10E28-
1 (as for int type, also in access: from 0 to 255). But if
you try with -10E28 you have an error too. The greater
negative number you can insert is -10E28+1, but in this
case you loose a digit.
works (in Access2000 at least): Is it a number or is it
stored as a string with specifics codes for its sign and
point place?
My problem is relative to its range: in fact, the guide
tells that this type of data accepts number from -10E28-1
to 10E28-1, but if you try to put -10E28-1 you receive an
error message. The natural thing (data types in C++ for
example) is to give the typical range from -10E28 to 10E28-
1 (as for int type, also in access: from 0 to 255). But if
you try with -10E28 you have an error too. The greater
negative number you can insert is -10E28+1, but in this
case you loose a digit.