Hi there,

I'm trying to retrieve all the tables in the default database specified in
schema.xml file. I tried:

DatabaseMap dm =  Torque.getDatabaseMap();
dm.initialize();
System.out.println(dm.getTables().length);

but only a subset of tables are returned, am I doing something wrong here.
Torque version is 3.3.
Thanks in advnace!

David

Reply via email to