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
Setup SBS (Exchange for Outlook 2007) to send recieve SMS write to DB on 1 server
get data from class
My email are being rejected at some location.
BlackBerry email address lookup on Domino Notes
commands relating to RESTORE SOURCE
Enhancement to Allen Browne Audit
receiving a few hundred Spam messages
Window 7 Repair
URL Field missing from "disable changing home page settings" GPO
How do I open and read an Excel file in Visual Basic 2010?