M
Martin Danner
I'm using the OleDbDataAdapater to Fill a DataSet using MS Access as the
data source. The select command includes a memo field in the result set.
Everything works fine, except only the first 255 characters of the memo
field make it to the DataSet - the rest is truncated.
I tried the same query using an OleDbDatareader with the same result: the
memo field gets truncated at 255 characters.
Can anyone tell me how to retrieve the entire memo field?
Thank you,
Martin Danner
Boise, Idaho
data source. The select command includes a memo field in the result set.
Everything works fine, except only the first 255 characters of the memo
field make it to the DataSet - the rest is truncated.
I tried the same query using an OleDbDatareader with the same result: the
memo field gets truncated at 255 characters.
Can anyone tell me how to retrieve the entire memo field?
Thank you,
Martin Danner
Boise, Idaho