ODBC database access from Ruby

Hello all,
What is the “accepted” way to do ODBC db access from Ruby? Is there a
standard (i.e., well-tested, fairly stable) module available for this?

Thanks,
Brett S.

Ruby/ODBC works well (Google it to find the url). If you’re on Windows, you
can use WIN32OLE (probably already on your machine) to access ADO, which
works well, too.

···

-----Original Message-----
From: Stahlman Family [mailto:stahlmana@knology.net]
Sent: Sunday, June 02, 2002 9:03 AM
To: ruby-talk ML
Subject: ODBC database access from Ruby

Hello all,
What is the “accepted” way to do ODBC db access from Ruby? Is there a
standard (i.e., well-tested, fairly stable) module available for this?

Thanks,
Brett S.