completelybobbins
New member
- Local time
- Today, 05:29
- Joined
- Nov 10, 2009
- Messages
- 6
Update/Append corrupting Memo field after 512 characters (Resolved)
Hi Folks
Can't find anything on searching about this, but apologies if I've just missed something...
Example db attached (open form 'frmTest')
If I load the contents of a memo field into a form's textbox, add any characters which make the string longer than 512 (ASCII?) characters (with carriage returns counting as 2), and then try and update the record with the contents of the textbox, all characters after the 512th are scrambled.
No formatting on either the textbox, or the table field.
This occurs with update and append. If I enter the extra characters directly into the table the problem doesn't occur. No '," or anything that might cause sql problems.
Comments appreciated, even if it's just a could not reproduce! I'm convinced this must be some daft setting I've missed, otherwise the web would be covered in posts about it.
Cheers
Rob
Hi Folks
Can't find anything on searching about this, but apologies if I've just missed something...
Example db attached (open form 'frmTest')
If I load the contents of a memo field into a form's textbox, add any characters which make the string longer than 512 (ASCII?) characters (with carriage returns counting as 2), and then try and update the record with the contents of the textbox, all characters after the 512th are scrambled.
No formatting on either the textbox, or the table field.
This occurs with update and append. If I enter the extra characters directly into the table the problem doesn't occur. No '," or anything that might cause sql problems.
Comments appreciated, even if it's just a could not reproduce! I'm convinced this must be some daft setting I've missed, otherwise the web would be covered in posts about it.
Cheers
Rob
Attachments
Last edited: