I am looking for an efficient method of comparing data between two datawindows/datastores. both will have same type of data. I want to create a difference between the two. Like Old and New data structure data where a database object is new, (added or renamed) or is old (deleted or renamed)
currently its row by row and not very effecient.
Mark