| Author |
what does this mean
|
ben riches
Ranch Hand
Joined: Nov 08, 2002
Posts: 126
|
|
hello just a quik question What does it mean when it says String or binary data would be truncated. thanks ben
|
 |
Tina Coleman
Ranch Hand
Joined: Dec 12, 2001
Posts: 150
|
|
It means if you put in something longer than the space will allow, the system won't throw an error, it'll just shorten your input to what'll fit. So, if I give a string that's 50 characters and try to put it into a space that's only allows 25 characters, only the first 25 characters will make it in - the rest will be dropped.
|
 |
 |
|
|
subject: what does this mean
|
|
|