开发者

OleDbDataAdapter can't fill dataset from access table that has MEMO field

开发者 https://www.devze.com 2023-03-13 14:48 出处:网络
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.

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.开发者_Python百科

Shuvra


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号