In PHP, why can I only use or get column names of up to 30 characters when my database supports much longer column names?
PHP 4.0 restricts column names to 30 characters. The Easysoft ODBC-ODBC Bridge places no restrictions on column name lengths.
PHP 4.0 restricts column names to 30 characters. The Easysoft ODBC-ODBC Bridge places no restrictions on column name lengths.