DataSet with heterogenous database

Dec 18 2006 9:52 AM
Hi
I am facing problem as following
I am working with Oracle database, my requirement is fetch data from one of the tables of oracle database (eg northwind) and insert into one of the table of another database (eg northwindABC)
How do I do with DataSet??
please help