hello...
i'm uploading data from an excel file to the server, and to check the data
values; i loop though excel file row by row and compare the value with
database value. if anything does not match i throws an error. this makes it
pretty slow if the record is big.. can someone please advice me how to
overcome this problem?
i'm uploading data from an excel file to the server, and to check the data
values; i loop though excel file row by row and compare the value with
database value. if anything does not match i throws an error. this makes it
pretty slow if the record is big.. can someone please advice me how to
overcome this problem?
Comment