Take all fields in a database table and put them straight into a text file
Posted
by
DalexL
on Super User
See other posts from Super User
or by DalexL
Published on 2011-11-30T01:41:32Z
Indexed on
2011/11/30
1:55 UTC
Read the original article
Hit count: 282
database
|dictionary
I have an database file (mdb) file that contains a dictionary of words. A couple thousand of them. I just need the words (in the order they are already in) put into a text file. Currently they have ID's associated with them (e.g. 1, 2, 3) but I don't need it. I just need the words.
What is the best way to do this?
Actually, if somebody is able to find a dictionary of English words (something along the lines of a scrabble dictionary) that is free online, I'll accept that too. I just can't seem to find any good ones online.
© Super User or respective owner