Click here to Skip to main content
15,907,326 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to overcome it,no problem in datatypes size,datatype is same everywhere.please help on this...
Posted
Comments
Mehdi Gholam 18-Nov-11 6:32am    
What you are inserting is larger than your data type size, try increasing your data type size.
Pandya Anil 18-Nov-11 6:38am    
put your table scripts.. and insert script.. someone may be able to guide you based on this.

1 solution

SQL error : "String or Binary data truncated"
suggest you are trying to insert data larger than your column size.
 
Share this answer
 
Comments
Mokshagna 21-Nov-11 9:26am    
I have checked that already....Is there anything I need to check for that error??

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900