ADODB_STRINGMAX_NOTSET ADODB_STRINGMAX_NOLIMIT charmax
int textMax()
The method textMax() returns an integer, describing the maximum length of data that can be inserted into a field with metatype X.
textMax()
X
/* * Assume MySQL database */ $i = $db->textMax(); /* * Returns: 4294967295; */