Hello All,

I am working in C#.NET 2.0
I need to Compare two databases, in which one is of Oracle Database and another is of SQL Server 2000 database. I want to delete records from SQL Serever which are not in Oracle database.

I created two datatables - SQLdt and ORAdt,I did upto filling these two datatables using Query but i dont know how to compare two datatables.

Can anyone help me to solve this?