Re: Need to sort a very large list of words
- From: "Sir C4" <Vagyok.C4@xxxxxxxxx>
- Date: 9 Jan 2007 00:52:06 -0800
I would create a table in SQL2005 Express and read each word line at a
time into the data table. Then pull out using ORDER BY clause and
write to output file.
Something like this gets even easier with a software like LLBLGenPro
(http://llblgen.com) I imagine this could all be done in a matter of 5
mins. or less :)
Frank wrote:
I have a text file, one word per line.
I want to arrange the lines alphabetically so I opened it into MS Word and
asked Word to sort it.
Word said that the list was too big for it.
I figure I'll write a program to sort the file.
But I wonder if Word can't handle it what things I'll run into and what's
the best way to proceed.
I have no idea what kind of limits the are on array sizes and such.
Any helpful comments?
Thanks in advance.
.
- Follow-Ups:
- Re: Need to sort a very large list of words
- From: Tom Leylan
- Re: Need to sort a very large list of words
- From: Frank
- Re: Need to sort a very large list of words
- References:
- Need to sort a very large list of words
- From: Frank
- Need to sort a very large list of words
- Prev by Date: Re: Problems with try...catch
- Next by Date: Re: Drawbacks of precompilation over jit compilation.
- Previous by thread: Re: Need to sort a very large list of words
- Next by thread: Re: Need to sort a very large list of words
- Index(es):
Relevant Pages
|