Re: [sqlite] Set Mode to HTML via VBScript

2013-02-11 Thread Kees Nuyt
On Mon, 11 Feb 2013 05:42:17 -0800 (PST), Jeff Steffanina wrote: >  >Hello All, >During a sqlite3 session, I need to APPEN output to a FILE in the HTML mode. >  >Here is my SELECT:  Select * from Booking; >  >What I really want to say is Set the mode, Execute select and append to >MySummary: > 

Re: [sqlite] Set Mode to HTML via VBScript

2013-02-11 Thread Simon Slavin
On 11 Feb 2013, at 1:42pm, Jeff Steffanina wrote: > During a sqlite3 session, I need to APPEN output to a FILE in the HTML mode. > > Here is my SELECT: Select * from Booking; > > What I really want to say is Set the mode, Execute select and append to > MySummary: > > mode htmlSelect

[sqlite] Set Mode to HTML via VBScript

2013-02-11 Thread Jeff Steffanina
  Hello All, During a sqlite3 session, I need to APPEN output to a FILE in the HTML mode.   Here is my SELECT:  Select * from Booking;   What I really want to say is Set the mode, Execute select and append to MySummary:   mode html    Select * from Booking >> MySummary.html   Any help is greatly a