Hi:
I am using Asp.Net MVC. in my project while uploading PDF file we convert the PDF file into byte then store it in DB. but i got the following exception.
" String or binary data would be truncated. The statement has been terminated."
Can any one solve this issue.I got the exception righ here
context.SubmitChanges();
Thanks: Suresh