Re: use same conf with more than one databases

2005-02-04 Thread Alvaro Coronel
Look at this couple of lines from my Torque.properties torque.dsfactory.consolidada.connection.url = jdbc:mysql://192.168.1.55:3306/consolidada # torque.dsfactory.consolidada.connection.url = jdbc:mysql://localhost:3306/consolidada # torque.dsfactory.consolidada.connection.url = jdbc:mysql://

Re: use same conf with more than one databases

2005-02-04 Thread ÎÎÏÏÎÎÏ ÎÎÎÏÎÏÎÏ
Guy Galil wrote: What's hardcoded in the base classes is a logical name that points to settings in Torque.properties - if you have each developer use a different properties file then they can access different databases. I have tried to do this, but I got an exception (something about torque.dsf

Re: use same conf with more than one databases

2005-02-04 Thread Guy Galil
What's hardcoded in the base classes is a logical name that points to settings in Torque.properties - if you have each developer use a different properties file then they can access different databases. Another alternative is to override the hardcoded database name by specifying a database name on