Can any one please advice what is the best way to compare excel data with data in Oracle and return matching information using c#?
I can create a temp table in oracle database, upload excel data to table and run query to compare data in temp table with actual table and get data.
But let me know if it can be done in any other way.
Ex: I have excel data with vehicle numbers and Oracle has details of vehicles, owner name & address. I want to get all the information which match vehicle numbers in excel.
please let me know best to do this. It would be great if you can provide sample code.
Thanks in Advance.