Start a new topic

Problems to @export

[This topic is migrated from our old forums. The original author name has been removed]

Hi everybody
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?

[This reply is migrated from our old forums.]

Re: Problems to @export
Carlos, Make sure you specify a correct windows path with backslash as separator and that the directory really exist. If it still fail please post or email the complete script you are executing. Regards Roger support@minq.se
[This reply is migrated from our old forums. The original author name has been removed]

Re: Problems to @export

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"

[This reply is migrated from our old forums.]

Re: Problems to @export
Carlos, The problem is the extra space between "@export" and "on". Remove it and it'll work. This will be fixed in the next version. Regards Roger
[This reply is migrated from our old forums. The original author name has been removed]

Re: Problems to @export
Thank you!!! The problem was solved following your advices!!! Greetings!!!