Hi,
I have Informix 11.7 Developer Edition, and I have problem with LOAD and UNLOAD statements...
Everything (i have use so far) works fine, but when i try (using eSQL editor) to unload some table or somethig to the file i get syntax error... the same thing happens when i try to load into the table from some file....
LOAD FROM 'somePathToFile' DELIMITER "$" INSERT INTO someTable;
I try with relative and absolute path but same thing happens...
UNLOAD TO 'somePathToFile' DELIMITER '$' SELECT * FROM someTable;
I get message "201 SQL error: A syntax error has accurred" ...
Is there anything I can do to make this work ?
Thanks in advance
I have Informix 11.7 Developer Edition, and I have problem with LOAD and UNLOAD statements...
Everything (i have use so far) works fine, but when i try (using eSQL editor) to unload some table or somethig to the file i get syntax error... the same thing happens when i try to load into the table from some file....
LOAD FROM 'somePathToFile' DELIMITER "$" INSERT INTO someTable;
I try with relative and absolute path but same thing happens...
UNLOAD TO 'somePathToFile' DELIMITER '$' SELECT * FROM someTable;
I get message "201 SQL error: A syntax error has accurred" ...
Is there anything I can do to make this work ?
Thanks in advance