JMP14 Unable to fetch results set
Trying to get data from SQL server with stored procedure failed in JMP14 and succeed in JMP8 and JMP9.in JMP14 there is an error:JMP Alert: Unable to fetch results set.JMP Alertand there is no result table (show(t1); return "t1=.)I get the same issue in JSL and with "Databse Open Table"The stored procedure output countains few empty sets, which need to be skkiped. Apperntly the JMP8 is doing it au...