Error 33 -- String
too long
The maximum length of a text string stored in a field or
a variable is 4000 characters. Some strings are limited to
255 characters. The size of the string being assigned to a
field may exceed the maximum length allowed by the field definition.
Reduce the number of characters in the string to less than
4000 or, if you're assigning a string to a field in a Superbase
database file, modify the Superbase definition to increase
the length of the field.
In some SQL implementations, you may be limited to 255 characters
per string.
|