|
-
Oct 22nd, 2008, 01:56 PM
#1
Thread Starter
Addicted Member
[2005] ASP.NET and Excel
Hi all,
I "inherited" an ASP.NET page that reads in an excel sheet. However, I want to know the most effecient way to check for duplicate rows.
I was told I should sort the spreadsheet by a unique column, and then do my comparison. I would then compare the first row to the 2nd row, the 2nd row to the third row, and so on. I need to handle about 10,000 rows at once. Therefore, I am very concerned about timeout issues.
Is this the right approach? And if so, what resource can I look at to get started on it. If it's not the right approach, can someone give me an idea of what would be best?
Thanks
If my post helped you, please rate it!
Languages: VB/ASP.NET 2005, C# 2008,VB6
Databases: Oracle (knowledge not currently in use), DB2
FROM Customers
WHERE We_Know_What_We_Want <> DB.Null
SELECT *
0 rows returned
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|