When I try to save the result of several queries in a file with an unload command in Dbaccess environment , only the first one is saved, and if I use unload several times -one time per query-, only the last query result is saved.
unload to file1
select * from table1;
select * from table2;
select * from table3;
Can anyone help?