Truncated MySQL Values
Posted: Wed Jan 21, 2004 1:43 pm
I am building a database and am currently having a time with the output being truncated. If I look in the database itself everything is great but when I do any output it truncates at any space.
For instance the field full_name has 'Joe User' and gets returned as 'Joe' or phone numbers get returned as '(555)' instead of the whole number. I've checked field lengths and field types everything is VARCHAR and lengths are correct.
What else could be causing this? Any ideas?
THEMADGEEK
For instance the field full_name has 'Joe User' and gets returned as 'Joe' or phone numbers get returned as '(555)' instead of the whole number. I've checked field lengths and field types everything is VARCHAR and lengths are correct.
What else could be causing this? Any ideas?
THEMADGEEK