You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by jmi <mi...@kepler.fmph.uniba.sk> on 2002/08/22 12:36:31 UTC

serious DatabaseMap problem

hello

i have following problem:

no one of my tables in not defined in database map...

code
       TableMap xx[] = TurbineDB.getDatabaseMap().getTables();
       int i;
       for (i=0; i<100; i++)
       {
         try
         {
         System.out.println(xx[i].getName());
         }catch(Exception e)
         {
         }
       }

will return only system tables. ..


any idea?

jmi