Book a Demo

Author Topic: Tagged value size  (Read 2646 times)

pH

  • EA User
  • **
  • Posts: 72
  • Karma: +0/-0
    • View Profile
Tagged value size
« on: June 29, 2009, 06:39:40 pm »
Hi.

Is there any limitation on size of tagged value if the tagged value is of type char. It gives a message as below when the tagged value is assigned a string with more than 256 characters.

"The field is too small to accept the amount of data you attempted to add.  Try inserting or pasting less data."

Is it due to the limitation of the Jet DB Column size?
Is there any way this can be increased?

Thanks,
pH
« Last Edit: June 29, 2009, 06:40:38 pm by praveenhg »
<a href="http://webuml.org"><img src="http://webuml.org/images/webuml-badge.png" alt="Set UML Free!" style="border-width:0"></a>

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Tagged value size
« Reply #1 on: June 29, 2009, 10:34:02 pm »
Set up the tagged value as type "memo" instead of the default.
No, you can't have it!

pH

  • EA User
  • **
  • Posts: 72
  • Karma: +0/-0
    • View Profile
Re: Tagged value size
« Reply #2 on: June 29, 2009, 10:36:39 pm »
thanks.. had got it from another post on the forum.

http://www.sparxsystems.com/cgi-bin/yabb/YaBB.cgi?num=1243617294/1#1
<a href="http://webuml.org"><img src="http://webuml.org/images/webuml-badge.png" alt="Set UML Free!" style="border-width:0"></a>