equal

  1. N

    Question Any simple way for compare two datatables ?

    Hi, I try compare two dataTables. Here a example: OldDt = Dt ' The idea is keep the old values before refresh the dataTable refresh(Dt) ' refresh this dataTable with the SQL Table. If Equals(OldDt, Dt) Then Debug.WriteLine("true") Else...
Back
Top