From: ZalekBloom@... Date: 2010-06-25T08:15:08+09:00 Subject: Re: Newbie - how to use SQLite3 ? On Thu, 24 Jun 2010 17:51:55 -0500, Hassan Schroeder wrote: >On Thu, Jun 24, 2010 at 2:35 PM, wrote: >> I am just learning Ruby language. I downloaded SQLite3 database using >> gem - "gem list" shows that SQLite3 is installed. > >No, that shows that the SQLite3 *gem* is installed. Which doesn't >mean you have SQLite3 itself on your system. Figuring that out is >a good first step :-) > >> My question - how to create a database? I tried to do it from a DOS >> prompt - it didn't work. > >Urk, "DOS prompt"? So, Windows? Best of luck! > >(And for the next question, "it didn't work" is not terribly useful in terms >of helping someone troubleshoot a problem...) > >HTH, Well, I tried from DOS: create database gem create database and other combinations. Anyway - I understand I need to install SQLite3 first. Thanks, Zalek