I've been using SQLite for about 5 years now, and the "put the
commands in a file" is the best answer I'm aware of.

   -T

On Mon, Jan 5, 2009 at 1:44 PM, Webb Sprague <webb.spra...@gmail.com> wrote:
>> If I understand correctly, all you need to do is write the desired
>> commands out to a text file, then either direct stdin to the text file,
>> or use the '.read" command.
>
> Yes, I could write the commands out to a file (ick!), but I don't
> really want to add four lines and a whole lot of I/O.  I could also
> use a "here document", but again, I was kind of hoping to do it all in
> one string from the command line.  It is a common enough operation
> that I am going to hold out for an answer to my original question.
>
> Thanks though!
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to