PDA

View Full Version : DatabaseMeta



Anitha.S
08-18-2009, 04:49 AM
Hi,

How to create new DatabaseMeta(). I want to connect to oracle database.

DatabaseMeta databaseMeta = new DatabaseMeta(??);
transMeta.addDatabase(databaseMeta);

Can anybody suggest me the arguments need to be passed.

Thanks,
Anitha

jbleuel
08-19-2009, 10:08 AM
Hi Anitha,

one of many solutions is to look at the open source code :-)

http://community.pentaho.com/getthecode/

Cheers,
Jens