Re: What is the best way to interact with a JDBC database
- From: Venks <venkatesh.mantha@xxxxxxxxx>
- Date: Mon, 3 Dec 2007 19:57:01 -0500
Note: parts of this message were removed by the gateway to make it a legal Usenet post.
Actually, I haven't tried Jruby except reading about it. I am using Ruby as
a glue to put together all the tasks I need including Database access, File
I/O and all the stuff that comes with a heavy duty batch programming. It's
my understanding that JRuby doesn't provide all the classes and I would like
to avoid using JRuby just for this requirement of accessing a JDBC database.
On Dec 3, 2007 6:43 PM, Dan <dan.macdaddy+ruby@xxxxxxxxx> wrote:
Just out of interest, what was your problem with JRuby?
I had a similar issue with an Oracle RDB database running on VMS that only
has .NET (beta) and JDBC drivers. So I went with JRuby using
activerecord-jdbc and it has been working rather well for me. A few minor
issues here and there, but nothing major.
On Dec 4, 2007 9:21 AM, Venks <venkatesh.mantha@xxxxxxxxx> wrote:
Hi,database.
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
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
.
- Follow-Ups:
- Re: What is the best way to interact with a JDBC database
- From: Thomas Enebo
- Re: What is the best way to interact with a JDBC database
- From: Deepak Vohra
- Re: What is the best way to interact with a JDBC database
- References:
- Prev by Date: Re: Strange errors on Mac OS X.
- Next by Date: Re: irb and unix shells
- Previous by thread: Re: What is the best way to interact with a JDBC database
- Next by thread: Re: What is the best way to interact with a JDBC database
- Index(es):
Relevant Pages
|