Hi there,

I am using v3.0.3 Enterprise Edition with Oracle 11g.

I have created a new form with a text field having its Max Length set as 4096. However, after saving the form and running the workflow, the field length of the corresponding field checked in the database is VARCHAR2(1024). I haven't tested if it can really store 4096 characters but I am doubted. I would like to know if this is "normal"?

By the way, is 1024 the maximum number of characters supported by text and textarea types of field? Any alternative if I want more?

Thanks in advance.

Thomas

  • No labels

1 Comment

  1. Hi twlcheung,

    The "Max length" is the allowed length for the user to key-in in the text field, not the field size in the database table's field. You will need to increase it in your database.

    Cheers