I am in the process of designing a database and am having trouble deciding on the appropriate width for some of my character data-type fields.
If I am not mistaken, VFP will truncate data if the field-width is not sufficient enough to store it. If the field-width is greater than the number of characters needed, then it will still use the same amount of space as it would if it were populated to capacity. Obviously, losing data isn't an option, but I don't want to use a bunch of unnecessary space either.
Does anyone have a method of choosing the appropriate field-width they can share with me? Am I worrying about nothing? Any help would be appreciated.
Thanks,
-Kevin
If I am not mistaken, VFP will truncate data if the field-width is not sufficient enough to store it. If the field-width is greater than the number of characters needed, then it will still use the same amount of space as it would if it were populated to capacity. Obviously, losing data isn't an option, but I don't want to use a bunch of unnecessary space either.
Does anyone have a method of choosing the appropriate field-width they can share with me? Am I worrying about nothing? Any help would be appreciated.
Thanks,
-Kevin