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
How to create a prompt in a Crystal SQL command
Comparison for Data transfer rate between SATA and SCSI over network
string to date
xcode animating gif UIIMAGES
Large Photo Sharing on Home Network
Need Image uploader that can insert image into wysiwyg ..
In exchange 2007 where is the setting to enable users to send SMTP emails
Passing value from one page textbox to another page textbox
SBS2K8 Operating System Requirments
Array and Loop example in Excel 2007 VBA