Hi, I followed the syntax of export on dbvis documentation
@export on;
@export set filename="my path\filename.csv";
My query;
@export off;
It ran at first
But then i ran this query with other format it didn't run
@export on;
@export set filename="my path\filename.sql"
Format="sql"
My query ;
@export off;
so i thought maybe there's an issue on my end
So i followed a related query
@export on;
@export set filename="path\${dbvis-object}$" format="sql";
Query1;
@export off;
it ran but no file created
Note: I am using Dbvis9.1.7 pro edition and I run this query by executing the complete buffer as one sql statement
Muhammad Shayan