- Posts: 11
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
But consider: Unicode characters may use more than one byte.The maximum amount of data that can be stored for each data type is approximately:
TEXT 65,535 bytes ~64kb
The maximum size of a
orCode:BLOBobject is determined by its type, but the largest value you actually can transmit between the client and server is determined by the amount of available memory and the size of the communications buffers. You can change the message buffer size by changing the value of theCode:TEXTvariable, but you must do so for both the server and your client program.Code:max_allowed_packet