default length for text is 512 but you can override it with
Field('xyz','text',length=1000) for example.On May 18, 6:15 am, Berti <[email protected]> wrote: > I try the Body of an email message in a SQLite3 database > Box insert. > > However, there is the message > > Data Error: String or BLOB exceeded size limit > > I have declared the data type in the field as text. If I string > declare that the text is added to the message, but cut off. > > How do I get the whole message in the box? What is the limit for > text?

