Thanks for you anwer, following your request, this is the script I writed:
@export on;
@export set filename="C:\Temp\posiciones_dr.sql" appendfile="clear" format="sql";
select * from PUB.POSICIONES_DR
and the error message remains besides the "Slashes"
anonymous
Anyone would know how to solve this:
Each time that I tried use @export on; to "export the all content in a table, the following error message came up:
"C:/program_files/DbVsualizar-5.1.1\export on (the system cant find the specified file)"
Some face this problem before?