Click here to Skip to main content
16,011,754 members
Home / Discussions / C#
   

C#

 
GeneralRe: How can I optimize this code Pin
Nagy Vilmos15-May-09 4:09
professionalNagy Vilmos15-May-09 4:09 
GeneralRe: How can I optimize this code Pin
Luc Pattyn15-May-09 4:23
sitebuilderLuc Pattyn15-May-09 4:23 
GeneralRe: How can I optimize this code Pin
Nagy Vilmos15-May-09 4:27
professionalNagy Vilmos15-May-09 4:27 
GeneralRe: How can I optimize this code Pin
MumbleB15-May-09 23:28
MumbleB15-May-09 23:28 
GeneralRe: How can I optimize this code Pin
Luc Pattyn16-May-09 1:08
sitebuilderLuc Pattyn16-May-09 1:08 
GeneralRe: How can I optimize this code Pin
MumbleB16-May-09 5:55
MumbleB16-May-09 5:55 
GeneralRe: How can I optimize this code Pin
Luc Pattyn16-May-09 6:54
sitebuilderLuc Pattyn16-May-09 6:54 
GeneralRe: How can I optimize this code Pin
MumbleB17-May-09 22:32
MumbleB17-May-09 22:32 
OK, there are 3 spaces there.
I wish it would take all of 3 seconds but what seems to get the better of me is that file1 is all of 289kb and file2 is all of 247kb, this is one of the smaller files that I want to process. When this runs it generates a file that is 800MB and I eventually have to abort it as it seems to get into an infinate loop. file2 could contain multiple instances of the searchID in file1. I have searched high and low and far and wide for any articles on this topic but can't find anything relating towhat I want to do. There are hundreds of articles on Finding and replacing single strings in files but nothing that reads the strings from an input file. NOthing that even suggests the same logic that I want to impliment.

As mentioned before, I want to impliment something similar to what is done in a Microsoft Access Database. I may just have to write this to a DB into two tables and then do the matching in there with a SQL statement and export the new data!! Cry | :(( Cry | :((

Thought this could be possible other than going the Database route.

Excellence is doing ordinary things extraordinarily well.

GeneralRe: How can I optimize this code Pin
Luc Pattyn18-May-09 0:37
sitebuilderLuc Pattyn18-May-09 0:37 
GeneralRe: How can I optimize this code Pin
MumbleB18-May-09 7:11
MumbleB18-May-09 7:11 
GeneralRe: How can I optimize this code Pin
Luc Pattyn18-May-09 7:30
sitebuilderLuc Pattyn18-May-09 7:30 
GeneralRe: How can I optimize this code Pin
MumbleB18-May-09 20:17
MumbleB18-May-09 20:17 
AnswerRe: How can I optimize this code Pin
Henry Minute15-May-09 4:18
Henry Minute15-May-09 4:18 
QuestionWeb setup project fails in Windows vista and IIS7 Pin
Muhammad Sohaib Yousaf15-May-09 1:44
Muhammad Sohaib Yousaf15-May-09 1:44 
QuestionAccepting user input Pin
Rajdeep.NET is BACK15-May-09 1:15
Rajdeep.NET is BACK15-May-09 1:15 
AnswerRe: Accepting user input PinPopular
Pete O'Hanlon15-May-09 1:21
mvePete O'Hanlon15-May-09 1:21 
GeneralRe: Accepting user input Pin
Rajdeep.NET is BACK15-May-09 2:19
Rajdeep.NET is BACK15-May-09 2:19 
GeneralRe: Accepting user input Pin
Tom Deketelaere15-May-09 2:28
professionalTom Deketelaere15-May-09 2:28 
GeneralRe: Accepting user input Pin
Rajdeep.NET is BACK15-May-09 2:37
Rajdeep.NET is BACK15-May-09 2:37 
GeneralRe: Accepting user input Pin
Tom Deketelaere15-May-09 2:47
professionalTom Deketelaere15-May-09 2:47 
GeneralRe: Accepting user input Pin
Rajdeep.NET is BACK15-May-09 2:58
Rajdeep.NET is BACK15-May-09 2:58 
GeneralRe: Accepting user input Pin
tom57200715-May-09 3:18
tom57200715-May-09 3:18 
GeneralRe: Accepting user input Pin
Dave Kreskowiak15-May-09 2:37
mveDave Kreskowiak15-May-09 2:37 
GeneralRe: Accepting user input Pin
Pete O'Hanlon15-May-09 3:10
mvePete O'Hanlon15-May-09 3:10 
GeneralRe: Accepting user input Pin
Nagy Vilmos15-May-09 4:01
professionalNagy Vilmos15-May-09 4:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.