[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

DBI:ODBC on Vista: "could not load driver"

Gordon Muirhead

12/19/2008 10:06:00 PM

The following code, run from NetBeans IDE on Vista SP1 Home Edition:
p require('dbi')
p require('odbc')
p DBI.available_drivers
dbh= DBI.connect('dbi:ODBC:cookbook','root')

Produces:
true
true
["dbi:Proxy:", "dbi:ODBC:"]
C:/users/gordon/Ruby/lib/ruby/site_ruby/1.8/dbi.rb:368:in `load_driver':
Could not load driver (uninitialized constant DBI::TypeUtil)
(DBI::InterfaceError)
from C:/users/gordon/Ruby/lib/ruby/site_ruby/1.8/dbi.rb:233:in
`_get_full_driver'
from C:/users/gordon/Ruby/lib/ruby/site_ruby/1.8/dbi.rb:219:in
`connect'
from
C:/Users/Gordon/Documents/NetBeansProjects/BeansTest1/lib/main.rb:4

'cookbook' (from InstantRails, which is running)is a data source with a
32-bit Mysql ODBC driver, v5.1, installed with the SysWOW data source
installer.

Where do I go from here?

Thanks in advance for your kindness.

-g
--
Posted via http://www.ruby-....

1 Answer

Roger Pack

12/22/2008 8:40:00 AM

0

I'd make sure the ruby odbc example scripts work [and maybe ditch odbc
altogether what is that anyway?]
--
Posted via http://www.ruby-....