Hello all,

I'm facing a problem that I want to add a table from one db to another
db. I have two DBDatabases and I like to add a table from DB1 to DB2,
something like this:


  DBDatabase db1 = ..
  DBDatabase db2 = ..

  DBTable table1 = db1.getTable(0);

  db2.addTable(table1);


actually, what i want is to create a table on DB2 that is present on
DB1, without too much coding ;-)

Thankful for any help!

Kind regards,
Eike

Reply via email to