Query Builder - Issue Clipping Large Text Strings
I've been using Query Builder and File->Connect To->ODBC->Open Database Table to get data from a PostgreSQL data base. The table I am getting from the database contains a column with large text strings. My text strings are getting clipped when they exceed a length of 524,587. (2^19 -1) Is there a setting in JMP and/or JSL that I can change to enable querying larger string values? Motivating Si...