Subj : Re: Database program to just work with text files? To : comp.os.linux From : drh Date : Tue Aug 24 2004 07:57 pm adams_forum@yahoo.ca (Adam) wrote in message news:<6f1027e6.0408241117.166744be@posting.google.com>... > I couldn't find a way to import data from a text file into SQLite. Is > that what I need Perl for or is there a command to do this and if so, > what is it? Use the ".import" command in the command-line shell. .