Not sure that I understand you.
Let me explain a little better what I need and see if it is still the
solution.
I have a program that I need to 3 different instances of, in 3
different VM.
I just want to pass some parameters from the command line all the way
to the sqlmap config.
Possible?
Nathan
On Aug 16, 2005, at 1:24 PM, Larry Meadors wrote:
You can pass in a properties object to the sqlmapclient builder that
is substituted into the sqlmapconfig.xml file.
But, you will need 3 instances of the SqlMap client..
Larry
On 8/16/05, Nathan Maves <[EMAIL PROTECTED]> wrote:
Is there a way to dynamically change the db url based on a parameter
passed in at run time?
We have a program that needs to run against 3 different production
databases. The only thing changing is the DB URL.
Nathan