I have a question regarding the best and most effective way of storing database field.
I have several fields that are going to store decimal values with a max scale of 3.
I know that fields such as decimal and memo use a lot of space.
Should I define those fields are text and save them from the program as decimal values? If so, how do I go about making sure the users enter decimal values in those fields and not text?
Thank you
ParyGoal
I have several fields that are going to store decimal values with a max scale of 3.
I know that fields such as decimal and memo use a lot of space.
Should I define those fields are text and save them from the program as decimal values? If so, how do I go about making sure the users enter decimal values in those fields and not text?
Thank you
ParyGoal