From: Venks Date: 2007-12-04T09:51:00+09:00 Subject: Re: What is the best way to interact with a JDBC database ------=_Part_9531_19392159.1196729464411 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline It's a science/research project called "MonetDB". On Dec 3, 2007 6:37 PM, Deepak Vohra wrote: > Which database is it? > > Venks wrote: Hi, > > I have a database that has only JDBC connectivity but I need to interact > to > this database from Ruby. What's the best way to do so? All ideas and > suggestions are welcome. > > My initial thought is to create a Java program that accepts connection > information and a SQL statement and execute the SQL against the database. > Assuming that I have this program, what's the best way to call this Java > program from Ruby? > > I looked at JRuby and didn't feel that's the right answer. > > Regards, > > -Venks > > ------=_Part_9531_19392159.1196729464411--