Microsoft
Software
Hardware
Network
Question : #1265 - Data truncated for column, what does this mean ?
I'm getting this error...
#1265 - Data truncated for column
The query is trying to insert '' into the table.
I thought truncated meant too long.
Answer : #1265 - Data truncated for column, what does this mean ?
what is the data type for the column? If it is a smallint or other number field, you may be inserting a string into a number column. Try inserting 0 or NULL instead.
Random Solutions
Excel Emailing Worksheet
Hard drive showing significantly less space available then WinDirStat shows?
What is wrong with the scaler function
Windows 2003 server VPN client need access to Internet via server
Open Office Text and python: extract text word by word
LNK2019: unresolved external symbol
Should a 568A to 568B Patch Panel run be changed?
dropdown validation
These joins baffles me
Finding Unique Numbers Based upon Multiple Criteria