I am using transaction groups to write to MySQL database, and then displaying the logged information onto a table. In the data binding property, I am putting:
SELECT Product_Code, Disp_Qty, t_stamp
FROM table
there are no errors, and can see the information logging to the table when in preview mode. But when I run the application, there is an error, but no error message.
Any thoughts on what could be causing this error?