PB 2017 R3 is generating an SQL Syntax Error at run time when trying to retrieve a blob column in a data window. I'm using MySQL 5.7.24. The message is a sqlstate = 37000, 1064. The partial syntax is: "You have an error in your SQL...near ': blob FROM job_desc_blobs WHERE idjob_pos = 25' at line 1
I expect the actual SQL to read:
SELECT job_desc_blob FROM job_desc_blobs WHERE idjob_pos = 25.
I have no idea why its generating this syntax error. I've tried every possible configuration combination.
Jim