[This topic is migrated from our old forums. The original author name has been removed]
I have problem with exporting the query output from DBVisualizerv8 to a log file. I am connected to Sybase DB. When I execute the following code:
@export on;
@export set filename="path\to\file";
select * from table;
@export off;
I get error that the filename of export command is not set. Can anyone help me or give me another idea how to save the query result to a file in a Windows environment? Also is there a print command or something like this in Sybase so I can make comments in my log file?
1 Comment
Hans Bergsten
said
about 9 years ago
[This reply is migrated from our old forums.]
Re: Export command DBVisualizer
Hi,
Exactly which DbVisualizer 8 version are you using? If it's not 8.0.12, please upgrade to see if that fixes the problem.
If that doesn't help, please open Tools->Debug Window and enable debugging for DbVisualizer. Then perform this operation again and include the debug output in your reply.
You can use the @echo command to write text into the log.
Best Regards,
Hans
anonymous