I am trying to insert the body of an email message in a SQLite3
databse.

But I get the error message:

DataError: String or BLOB exceeded size limit

I have declared the database field as text. If i declare it as string,
the body of the messsage is going to be inserted, but no in full
length.

How can I insert the full text. What is the size limit for a text?

Reply via email to