Am Mittwoch 30 MçÓz 2005 21:39 schrieb R. Mark Volkmann: > Quoting "Kujawa, Greg" <Greg.Kujawa / DiamondCellar.com>: > > You can go to http://ruby-dbi.sourceforge.net/ to download the package, > > as it doesn't come bundled with the Ruby One-Click Installer for Windows. > > Installation isn't too bad. Just follow the documentation that comes with > > the package... > > Downloading DBI is easy enough. However, I think I also need a database > driver (DBD) for MySQL. The page you referenced above says > > "MySQL (dbd_mysql) > > depend on the "MySQL Ruby Module" by TOMITA Masahiro <tommy / tmtm.org> > <URL:http://www.tmtm.org/mysql/> or available from the RAA." > > I doesn't appear that it can be downloaded from that URL and I can't find > anything in the RAA that claims to be a DBD from MySQL. Can someone tell > me the name of the thing I should looking for? The DBD for Mysql is included in the DBI package. But each DBD depends on some external modules, in case of DBD::Mysql, this is the above mentioned MySQL Ruby Module by TOMITA Masashiro. Regards, Michael