Re: Help with sqlite3 please

2012-08-03 Thread Chris Hulan
'SQL' is not part of the command See the example here: http://www.sqlite.org/sqlite.html You may be thinking of the syntax to run the command when not in an interactive sqlite session -- You received this message because you are subscribed to the Google Groups ruby-talk-google group. To post to

Re: Help with sqlite3 please

2012-08-03 Thread Chris Hulan
sqlite is not ruby, so you should look for a sqlite group ;) However it looks like you have 'SQL' at the beginning of your CREATE command which is the problem On Fri, Aug 3, 2012 at 12:21 PM, Kaye Ng wrote: > I'm on Windows 7 Ultimate, 64-bit > > Installed sqlite: > > C:\Users\Kaye>gem install