Small request for enhancement

foldenm

Member
I really like the QueryReporter. It is
very fast and flexible.

Would you consider adding the ability to
allow for a "command line" parameter of

parfile=abc.txt

where abc.txt would contain the list of parameters like this:

userid=mydatabase/mypassword@myserver
exec=myreport.rep
html=myreport.html
quit

.
.
.

If I create alot of reports, it will be
much easier to edit/add/modify parameters
if they can all be contained in a simple text
file.
 
This is in fact already possible, though it is undocumented. You can specify batch=abc.txt on the command line, and specify a parameter on each line in the abc.txt file (just like in your example).

------------------
Marco Kalter
Allround Automations
 
Back
Top