Hello Guys,
How can I access MS SQL Server 2000 database from Ruby? Is there a library I
can use?
Lennie De Villiers
Hello Guys,
How can I access MS SQL Server 2000 database from Ruby? Is there a library I
can use?
Lennie De Villiers
Lennie DeVilliers wrote:
Hello Guys,
How can I access MS SQL Server 2000 database from Ruby? Is there a library I
can use?Lennie De Villiers
Check sqlrelay:
http://sqlrelay.sourceforge.net/
I tested it a very short time only (I think with a MS SQL 2000, not even
sure;-), so I can’t say more about it.
Raph
Ruby/ODBC or ODBC via DBI should work as well. Or with the ADO database
driver of DBI, but that might be slow. Heh, you can also use the
SQLRelay driver with DBI.
http://www.ch-werner.de/rubyodbc
http://ruby-dbi.sf.net
Regards,
Michael
On Thu, Nov 27, 2003 at 10:47:10PM +0900, Raphael Bauduin wrote:
Lennie DeVilliers wrote:
Hello Guys,
How can I access MS SQL Server 2000 database from Ruby? Is there a library
I
can use?Lennie De Villiers
Check sqlrelay:
http://sqlrelay.sourceforge.net/
I tested it a very short time only (I think with a MS SQL 2000, not even
sure;-), so I can’t say more about it.