Hello, I'm using Torque in stand-alone mode, and I'm trying to connect to a database. I created a Torque.properties file where I specified the following
torque.database.default=square torque.database.square.driver=org.postgresql.Driver torque.database.square.url=jdbc:postgresql://pcg801l/erik_square torque.database.square.username=scott torque.database.square.password=tiger I then call Torque.init(with_this_config_file) and after that I call Torque.getDatabaseMap. I though that now I should see all m tables in the database , but it only gives me ID_TABLE, I have a strong feeling that I'm not connected to my database. Can anybody tell me what I'm doing wrong ? Thanks Erik -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
