Wednesday, March 21, 2012

hi i'm getting error when i execute the query

i friends i'm getting this error when i execute the insert query... what is the problem and how i can execute the my query? :?

Quote:

Originally Posted by

Server: Msg 8152, Level 16, State 9, Line 1
String or binary data would be truncated.

Quote:

Originally Posted by mak1084

i friends i'm getting this error when i execute the insert query... what is the problem and how i can execute the my query? :?


The reason might be the column length in the table for particula field
will be less than the length of the string data passed.|||Your Inputing data is larger than the available space reserved for the column.
So modify the size of the column or reduce the amount of data.
Siju

No comments:

Post a Comment