I'm have a sql column that is varbinary(MAX). It seems that the column width for JMP is 65536, so I can't download the whole column. It doesn't seem to be an ODBC only issue.
Currently I'm doing these one at a time by just grabbing substrings until they're all empty and concatting into an array.
This takes FOREVER.
Does anyone have any suggestions for ways to optimize this? I'm trying to avoid using python/sqlcmd/etc. to grab the blobs directly (avoiding JMP).