BrioQuery Explorer is a database pull program using ODBC connections. I used it too pull information from Lotus Notes Databases and Data Warehouses.
The script we write are in Javascript (sofar i understood, selfstudy)
I saw something like this to delete the files
myActiveXObject = new ActiveXObject("Scripting.FileSystemObject");
file = myActiveXObject.GetFile("C:\\Temp\\All Reports.htm");
file.Delete();
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.