all I have in the file is :
require 'rubygems'
require 'sqlite3'
if I just run that, I get this stacktrace....(top part for brevity...) C:/Ruby192/lib/ruby/gems/1.9.1/gems/sqlite3-ruby-1.2.1-x86-mswin32/lib/sqlite3/pragmas.rb:70: warning: else without rescue is useless :29:in `require': C:/Ruby192/lib/ruby/gems/1.9.1/gems/sqlite3-ruby-1.2.1-x86-mswin32/lib/sqlite3/pragmas.rb:57: syntax error, unexpected ':', expecting keyword_then or ',' or ';' or '\n' (SyntaxError) when "on", "yes", "true", "y", "t": mode = "'ON'" ^
Any help would be appreciated. as an FYI, based on other posts I put the sqlite3 dll in Ruby\bin in vain.
Thanks!!