I am working with InterSystems Cache database via ODBC and PHP.
I have run into an issue regarding column name lengths and invalid characters being returned in the column name text.
If the length of a column(field) name exceeds 31 chars the column name is returned with invalid characters.
If I explicitly define the field name with a max of 31 characters:
SELECT REBILL_AFTER_FINANCIAL_CLASS_CHANGE AS REBILL_AFTER_ FINANCIAL_CLASS_CHA
....................
.............
.......
The invalid characters no longer appear
Has anyone else ever run into this issue or something similar.
Any help is greatly appreciated.
Thanks in Advance!
Mike