shootsnlad Posted February 22, 2005 Posted February 22, 2005 I have a textbox tied to a dataset and then into an Access database. The textbox is set with a maxlength of 0. The field in the Access database is a memo field. Where the dataset is defined, the field is set as string. The textbox will accept unlimited (or 65000+) characters, and I know a memo field is the same length in Access, but when the contents of the field are saved, I believe it is truncated at 255. I'm thinking it is because in the dataset the field is defined as a string. Does a string have a limit? I noticed there was a notation option, should I use that? Thanks! Quote
Diesel Posted February 24, 2005 Posted February 24, 2005 Check the size of the string in Access. Quote
shootsnlad Posted February 25, 2005 Author Posted February 25, 2005 I have the field defined as a memo in Access, and I know I'm not over that size limit. Check the size of the string in Access. Quote
shootsnlad Posted March 8, 2006 Author Posted March 8, 2006 Anyone else have any ideas on this? Thanks! I have the field defined as a memo in Access' date=' and I know I'm not over that size limit.[/quote'] Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.