I am trying to fill a dataset by OleDbDataAdapter from MS Access DB table. All columns are fine except the MEMO column. it is truncating after 256 character.
Can anyone give me a solution?
thanks in Advance.
Shuvra
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Allan Browne has some excellent tips and common reasons as to why memo fields get truncated sometimes. I have been caught out before when moving to SQL server so that a look and see if that helps
http://allenbrowne.com/ser-63.html