No announcements
Found 1757106 threads
-
3 Votes
how to compare two DataTable
;, "Cecil"); return table; } static DataTable GetTable2() { DataTable table = new ...Answered | 7 Replies | 4405 Views | Created by K.Nehra - Monday, January 3, 2011 12:00 PM | Last reply by Louis.fr - Monday, September 3, 2012 7:03 AM -
0 Votes
Comparing two datatables
Hi YOu can use writexml method to compare 2 Datatable Easily Try this ...Answered | 3 Replies | 3957 Views | Created by jman23 - Thursday, May 20, 2010 2:14 PM | Last reply by Dharmalinga Raja - Thursday, May 20, 2010 5:15 PM -
8 Votes
How to compare two dataTables
Hi, I encounter the same need, that is comparing on more than 32 columns.Answered | 9 Replies | 67615 Views | Created by mahmoud mourad - Monday, October 27, 2008 10:23 AM | Last reply by Neeraj Kumar Modi - Thursday, January 31, 2013 10:17 AM -
1 Votes
comparing two datatables
I want to compare columns in 2 datatables. the datatable are not exactly identical .Answered | 1 Replies | 1564 Views | Created by tendaimare - Sunday, August 5, 2012 11:25 AM | Last reply by Sergey Poberezovskiy - Sunday, August 5, 2012 10:46 PM -
1 Votes
Compare two datatables
Actually, I only need to compare the first 4 column values, but I do need to add different rows( whole row ,52 columns ) to the result datatable.Answered | 9 Replies | 12399 Views | Created by sarika - Tuesday, July 10, 2007 7:12 AM | Last reply by jmclej - Friday, December 24, 2010 4:25 PM -
0 Votes
Compare Two DataTable by using LINQ
Hi, i have following senario in my application DataTable1 have following ...Answered | 1 Replies | 4587 Views | Created by udayakumar subramaniyan - Sunday, October 10, 2010 8:52 AM | Last reply by JA Reyes - Sunday, October 10, 2010 6:19 PM -
2 Votes
compare two data set
So, 1st scenario would be a boolan return type (a method would have a boolean return type - true or false), 2nd one would be an actual new dataSet of the difference between ...Answered | 12 Replies | 3275 Views | Created by Aziz Banihashemi - Sunday, August 26, 2012 7:25 AM | Last reply by tushar_sw_archt - Monday, August 27, 2012 10:10 AM -
0 Votes
Compare data and return the different columns
Easiest way is to use tablediff utility for checking difference between ...Answered | 1 Replies | 801 Views | Created by Steveajones45 - Friday, January 3, 2014 12:02 PM | Last reply by Visakh16 - Friday, January 3, 2014 12:56 PM -
0 Votes
How to compare two table having identical schema in two different database and display differences between both table.
Create a class named Utils, which could compare two DataTable object.Answered | 5 Replies | 588 Views | Created by AJret - Thursday, December 28, 2017 9:06 AM | Last reply by Zhanglong Wu - Friday, December 29, 2017 9:53 AM -
1 Votes
How do I merge two different dataTables with different number of columns and get the difference in the Rows in a third table?
I am writing a loop to go through both of the tables and add to the 3rd table.Answered | 5 Replies | 13655 Views | Created by gearbot5820 - Friday, November 2, 2012 3:24 PM | Last reply by gearbot5820 - Friday, November 9, 2012 2:42 PM -
0 Votes
Compare two datatable ..ignore case sensivity,,
Ask this in the forum for datasets (the wrapper around datatables)Answered | 2 Replies | 1118 Views | Created by IamProgrammer - Saturday, January 25, 2014 11:41 AM | Last reply by IamProgrammer - Monday, January 27, 2014 5:03 AM -
4 Votes
Comparing two datatables and deleting rows with common data
I am using the following code to compare my two datatables and the common "RawmatarialCode" in the two table I want to delete the rows from the other ...Answered | 2 Replies | 3652 Views | Created by tendaimare - Sunday, August 5, 2012 2:57 PM | Last reply by Fernando Soto - MCSD - Sunday, August 5, 2012 4:07 PM -
0 Votes
How to compare these two databases and find what is the difference between these two databases?
3rd vote for Red Gate tools, we have used them in our shop for about 4 years now and still love them!Answered | 5 Replies | 5898 Views | Created by jetq - Wednesday, May 4, 2011 6:48 PM | Last reply by Ross Nornes - Thursday, May 5, 2011 7:50 PM -
0 Votes
Finding difference between two datatables.
You compare wo tables, create a clone of one (doesnt matter, becuase they are equal) and compare them row by row.Answered | 5 Replies | 16843 Views | Created by New be - Friday, January 14, 2011 11:35 PM | Last reply by New be - Tuesday, January 25, 2011 7:13 PM -
0 Votes
COMPARE TWO DIFFERENT DATABASE SCHEMA
I had also written a SQL Script to compare database schema and apply changes.Answered | 2 Replies | 1165 Views | Created by Preetha7 - Tuesday, April 29, 2014 8:05 AM | Last reply by Vishal Gajjar - Tuesday, April 29, 2014 11:42 AM -
2 Votes
How to Compare two Data Tables?
Hi servy42, Yes i just want to verify whether the the two DataTables are same. ( mostly by row by row ...Answered | 7 Replies | 8572 Views | Created by nk812 - Thursday, November 8, 2012 4:47 PM | Last reply by San3Pra - Wednesday, April 24, 2019 1:51 PM -
1 Votes
Compare Two Func returns false
Now I have implemented those classes, now i am having this scenario which has to fail, but it gets passed Func<int,string> a = s => ...Answered | 3 Replies | 2123 Views | Created by Gachu16 - Tuesday, May 13, 2014 8:41 PM | Last reply by Gachu16 - Friday, May 16, 2014 7:59 PM -
0 Votes
Comparing two tables in two different databases
I want to compere with two tables with a condition and alert with message.Answered | 3 Replies | 11796 Views | Created by Bank5 - Thursday, July 19, 2007 5:23 PM | Last reply by daluu - Monday, November 8, 2010 6:21 AM -
0 Votes
Compare two datatables with primary keys
I want to compare 2 datatables using primary keys in vb.net app.Answered | 2 Replies | 5981 Views | Created by LydiaG - Wednesday, May 12, 2010 7:20 PM | Last reply by Michael Sun [MSFT] - Monday, May 17, 2010 1:54 AM -
7 Votes
comparing two excel files and writing the difference into a new worksheet using c#.net
Hi Maez, I have created a class file that will compare two excel file.Answered | 25 Replies | 48594 Views | Created by -zeam- - Sunday, September 11, 2011 2:44 PM | Last reply by Kamlesh R. Sanchla - Saturday, June 18, 2016 8:27 AM - Items 1 to 20 of 1757106 Next ›
No announcements