Re: [sqlite] output problem

2010-09-05 Thread Simon Slavin
On 5 Sep 2010, at 11:01am, Mark wrote: > a new problem regarding this. Got it to work fine with your help, on an sqb > database, trying to do the same with a db3 but it doesn't want to play. I > don't particularily need it to dump anything, I just need a file, any file, > to be created as a

Re: [sqlite] output problem

2010-06-14 Thread Simon Slavin
On 14 Jun 2010, at 1:53pm, Mark wrote: > thanks, yeah sorry, what I meant to ask was, because the .read command is > going away to read another file, > away from this one, if you know what I mean, does it > actually know to wait for that to finish, or once it's started > executing the .read, do

Re: [sqlite] output problem

2010-06-14 Thread Black, Michael (IS)
The command-line interface is not multi-threaded so it all executes in sequence. I can't imagine how many questions/problems would be on this list if it were multi-threaded...yikes!! Michael D. Black Senior Scientist Northrop Grumman Mission Systems From: s

Re: [sqlite] output problem

2010-06-02 Thread Simon Slavin
On 2 Jun 2010, at 1:09pm, CDN Mark wrote: > thanks Michael, my typing 2 forward slashes wasn't intentional, I realized > after I posted what I'd done, but it's good to know I can a forward slash > instead, so as long it it just goes to the C drive and no further, it should > be OK for all user

Re: [sqlite] output problem

2010-06-02 Thread CDN Mark
age - From: "Black, Michael (IS)" To: "General Discussion of SQLite Database" ; "General Discussion of SQLite Database" Sent: Wednesday, June 02, 2010 1:04 PM Subject: Re: [sqlite] output problem > Inside code you can use forward slash for path seperators (dang

Re: [sqlite] output problem

2010-06-02 Thread Black, Michael (IS)
write to the root of C: drive. Michael D. Black Senior Scientist Northrop Grumman Mission Systems From: sqlite-users-boun...@sqlite.org on behalf of CDN Mark Sent: Wed 6/2/2010 6:48 AM To: General Discussion of SQLite Database Subject: Re: [sqlite] output pr

Re: [sqlite] output problem

2010-06-02 Thread CDN Mark
thanks Simon, that worked, why is this? and if I wanted to send this to someone else and it had the // would it NOT work for them? Mark - Original Message - From: "Simon Davies" To: "General Discussion of SQLite Database" Sent: Wednesday, June 02, 2010 11:55 AM

Re: [sqlite] output problem

2010-06-02 Thread Simon Davies
On 1 June 2010 12:52, Mark wrote: > Hi, > > trying to use .output to write a small text file, and send it to the C drive. >  It looks like this: > > .read UnPop.sql > .output C:\done.txt > .dump dbinfo > .quit > > works fine if I send it to the E drive, but as soon as I try anywhere on the > C,