aspose file tools
The moose likes JDBC and the fly likes what does this mean Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "what does this mean" Watch "what does this mean" New topic
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: what does this mean
 
Similar Threads
Java Programmers
What do you do when you are 'On-Bench'?
Favorite spam?
mtech vs java certifications
How do you like them apples?