sixtoedsloth
IS-IT--Management
hi, this is not so much a coding question as a concepts question 
the scenario:-
i am designing a reporting system. the idea is that i will have a treeview holding the reports menu.
when a user clicks a report, it will run a seperate vb program, which gets parameters and runs the report.
the problem with this is of course that each report consumes a sqlserver connection.
however, i dont want to add all the reports as forms in the main program, because then small changes (to reports) require a large executable to be transfered to customer sites (which can be over 56k dial up).
so the questions!
is there a way to share the connection between programs?
is there a convienient way to pass parameters between programs (maybe a dll?)
what are your opinions on how to achieve this?
Regards,
Russ
the scenario:-
i am designing a reporting system. the idea is that i will have a treeview holding the reports menu.
when a user clicks a report, it will run a seperate vb program, which gets parameters and runs the report.
the problem with this is of course that each report consumes a sqlserver connection.
however, i dont want to add all the reports as forms in the main program, because then small changes (to reports) require a large executable to be transfered to customer sites (which can be over 56k dial up).
so the questions!
is there a way to share the connection between programs?
is there a convienient way to pass parameters between programs (maybe a dll?)
what are your opinions on how to achieve this?
Regards,
Russ