Currently the only way I know is to specify the user name and password for DB connection via torque is through a property file:

torque.defaults.connection.user = dbuser
torque.defaults.connection.password = dbpassword

and then call Torque.init( String propertyFile)

This is open the chance of someone looking at the file and getting access to the DB.

Is there other way to initialize Torque so that I can set the DB user/password separately, e.g. via some property setting at runtime?

Alex


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to