Try this:
  conf = new BaseConfiguration();
  conf.setProperty("torque.database.default","testdb");
  conf.setProperty("torque.database.factucopi.adapter","mysql");
  
conf.setProperty("torque.dsfactory.factucopi.factory","org.apache.torque.dsfactory.SharedPoolDataSourceFactory");
  
conf.setProperty("torque.dsfactory.factucopi.connection.driver","com.mysql.jdbc.Driver");
  
conf.setProperty("torque.dsfactory.factucopi.connection.url","jdbc:mysql://localhost:3306/testdb?useCompression=true");
  conf.setProperty("torque.dsfactory.factucopi.connection.user","testusr");     
            
conf.setProperty("torque.dsfactory.factucopi.connection.password","wy,09+p");
  Torque.init(conf);
  

Alex Chen <[EMAIL PROTECTED]> wrote:  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]



                
---------------------------------
 
 What are the most popular cars? Find out at Yahoo! Autos 

Reply via email to