Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: duffbryHi,
I'm using an ODBC connection to pull in some simple data. One of the fields I am pulling back can have strings of up to 800+ characters however using the ODBC node the field is truncated to 255 characters. At first I thought this was an issue with the database storage as I'm aware some older databases had a limitation of 255 characters max. However, when I pull the same query with the JDBC node I get the entire strings populated.
Is this a known issue and / or is there a workaround other than the JDBC node?
Thanks.