Re: Article: Using the Ruby DBI Module

2003-01-20 Thread Rich Allen
Paul/others, /usr/lib/ruby/site_ruby/1.6/dbi/dbi.rb:477:in `load_driver': Could not load driver (uninitialized constant Mysql at DBI::DBD) (DBI::InterfaceError) from /usr/lib/ruby/site_ruby/1.6/dbi/dbi.rb:384:in `_get_full_driver' from /usr/lib/ruby/site_ruby/1.6/dbi/dbi.rb:364:in `connect'

Re: Article: Using the Ruby DBI Module

2003-01-20 Thread Paul DuBois
At 15:09 -0900 1/20/03, Rich Allen wrote: Paul/others, /usr/lib/ruby/site_ruby/1.6/dbi/dbi.rb:477:in `load_driver': Could not load driver (uninitialized constant Mysql at DBI::DBD) (DBI::InterfaceError) from /usr/lib/ruby/site_ruby/1.6/dbi/dbi.rb:384:in `_get_full_driver' from

Article: Using the Ruby DBI Module

2003-01-19 Thread Paul DuBois
I've written an article, Using the Ruby DBI Module, that discusses using Ruby DBI to write programs that access databases. The article is available here: http://www.kitebird.com/articles/ I'd be interested in feedback, especially corrections if there are errors. The article follows