Max length for a text field

We are using Percussion 6.7

We want to know what is the maximum size to the “max” size for a text field? Is it 32767 for example?

Could not find in the documentation.

It will depend on the maximum size of a CLOB/TEXT field that your RDBMS vendor supports.

Oracle:
http://docs.oracle.com/cd/B19306_01/server.102/b14237/limits001.htm

MSSQL:
http://msdn.microsoft.com/en-us/library/ms187993.aspx

MySQL
http://docs.oracle.com/cd/B10501_01/win.920/a97249/ch3.htm

[QUOTE=Jeff Conrad;21237]We are using Percussion 6.7

We want to know what is the maximum size to the “max” size for a text field? Is it 32767 for example?

Could not find in the documentation.[/QUOTE]

Thank you for the documentation, that is helpful.