Inst. of sqlite3

Hi!
As a first step the installation goes smoothly (with sudo apt-get
install sqlite3). (My system is ubuntu)
Afterwards when I type
require ‘rubygems’
require ‘sqlite3’
puts “It’s all okay” if defined?(SQlite3::Datebase)
nothing appears in the window.
Could you help me ?

Mosar

2009/8/28 mosar [email protected]

puts “It’s all okay” if defined?(SQlite3::Datebase)

ruby is case sensitive:

puts “It’s all okay” if defined?(SQLite3::Database)

-Thomas


Thomas P.
[email protected]

Charles de
Gaullehttp://www.brainyquote.com/quotes/authors/c/charles_de_gaulle.html

  • “The better I get to know men, the more I find myself loving dogs.”