ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:userguide:adodb_stringmax

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
v5:reference:adodb_stringmax [2016/01/13 02:31] – ↷ Links adapted because of a move operation mnewnhamv5:userguide:adodb_stringmax [2016/02/28 17:24] (current) mnewnham
Line 4: Line 4:
 ==From: ADOdb V5.21.0== ==From: ADOdb V5.21.0==
 </WRAP> </WRAP>
-The methods [[v5:reference:charmax]] and [[v5:reference:textmax]] return the maximum length of strings that can be inserted into metaType C and X fields. The following constants are defined to assist in their use:+The methods [[v5:reference:connection:charmax|charMax()]] and [[v5:reference:connection:textmax|textMax()]] return the maximum length of strings that can be inserted into metaType C and X fields. The following constants are defined to assist in their use:
 ------------------------------- -------------------------------
 ^ Constant                 ^ Value  ^ Description                                                                                                                                                                           ^ ^ Constant                 ^ Value  ^ Description                                                                                                                                                                           ^
 ^ ADODB_STRINGMAX_NOTSET   | -1     | The maximum length that can be inserted has not yet been determined or is not supported                                                                                               | ^ ADODB_STRINGMAX_NOTSET   | -1     | The maximum length that can be inserted has not yet been determined or is not supported                                                                                               |
 ^ ADODB_STRINGMAX_NOLIMIT  | -2     | The DBMS places no limit on the size of data that can be inserted. This does not mean that the size is infinite, as there may be limits associated with hardware or operating system  | ^ ADODB_STRINGMAX_NOLIMIT  | -2     | The DBMS places no limit on the size of data that can be inserted. This does not mean that the size is infinite, as there may be limits associated with hardware or operating system  |
v5/userguide/adodb_stringmax.1452648717.txt.gz · Last modified: 2017/04/21 11:39 (external edit)