From: MaggotChild Date: 2010-06-27T10:30:09+09:00 Subject: Re: Odd Issue With DBD::SQLite3 - Inserts Don't Work On Jun 26, 6:28 pm, MaggotChild wrote: > On Windows XP using Ruby 1.9.1 the following fails to insert: > s = db.prepare "select * from hits" > s.execute This works if I insert rows through the sqlite3 client. But, no inserts...