Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
SELECT unit FROM unit WHERE scheme = '001';
SELECT unit FROM unit WHERE scheme = '001' INTO TEMP matc1;
SELECT * FROM matc1;
DROP table matc1;
Exception in component tInformixRow_1
java.sql.SQLException: Transactions not supported
at com.informix.util.IfxErrMsg.getSQLException(IfxErrMsg.java:397)
at com.informix.jdbc.IfxSqliConnect.setAutoCommit(IfxSqliConnect.java:1858)
at os_test_1.mat_test_0_1.Mat_test.tInformixRow_1Process(Mat_test.java:199)
at os_test_1.mat_test_0_1.Mat_test.runJobInTOS(Mat_test.java:386)
at os_test_1.mat_test_0_1.Mat_test.main(Mat_test.java:295)
java.sql.SQLException: A syntax error has occurred.
One problem I found is that when the SQL is created the FROM statement is not picking the table name it sets it to NULL