Re: [sqlite] sqlite3 CLI and blobs

2005-02-08 Thread John Richard Moser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christian Smith wrote: > On Tue, 8 Feb 2005, John Richard Moser wrote: > > > Does the sqlite3 command line interface program support BLOB data? > > I am thinking of feeding sql commands to sqlite3 (the command). In the > course of this I'll proba

Re: [sqlite] sqlite3 CLI and blobs

2005-02-08 Thread Christian Smith
On Tue, 8 Feb 2005, John Richard Moser wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Does the sqlite3 command line interface program support BLOB data? > >I am thinking of feeding sql commands to sqlite3 (the command). In the >course of this I'll probably need to read from stdin or fr

Re: [sqlite] sqlite3 CLI and blobs

2005-02-08 Thread John Richard Moser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kurt Welgehausen wrote: >>... feeding sql commands to sqlite3 (the command) > > > The SQLite shell is not really designed for production > work. It can be used as you suggest for routine queries, > but for anything more complicated, you'll have few

Re: [sqlite] sqlite3 CLI and blobs

2005-02-08 Thread Kurt Welgehausen
> ... feeding sql commands to sqlite3 (the command) The SQLite shell is not really designed for production work. It can be used as you suggest for routine queries, but for anything more complicated, you'll have fewer headaches if you use a scripting language that you're already familiar with (tcl,