Memo field length

nkamp

Registered User.
Local time
Today, 01:23
Joined
Mar 2, 2007
Messages
15
Hello,

If I read the documentation then memo field in a Access table can be 65.000 chars long.
I have three memo fields in a linked ODBC table which is filled by a append query from SQL-server database. The text in these field is cut off by 255 chars.
Does somebody know what the cause of this can be?

1. Is there a limitation/property where I can configure the length of Access memo field? DAO? I have read something about this but I don't understand this.

2. How can I trace that everything is send from the source? Maybe it's cut off at the source site. On this moment I don't know something about a Linked tabel.
Is there a sniffer or trace tool so that I can see what kind of data is realy send?

Thanks in advance

Nico
 
Last edited:
There is a truncation issue about handling memo fields in queries. I don't know if there is a general answer to the problem.
 
See if this link sheds any light on the subject,
 

Users who are viewing this thread

Back
Top Bottom