Re: Inline::Java + JDBC

2006-07-20 Thread Tim Bunce
On Wed, Jul 19, 2006 at 11:23:38AM -0400, Jason Stelzer wrote: > On Jul 19, 2006, at 10:12 AM, Robert Hicks wrote: > > >Sorry I took so long getting back. What I mean is can I use > >Inline::Java to setup a database connection and then pass that > >connection off to the Perl side so I don't ne

RE: Inline::Java + JDBC

2006-07-19 Thread Ken.Williams
Robert Hicks [mailto:[EMAIL PROTECTED] > >> Sent: Sunday, July 16, 2006 9:41 PM > >> To: inline@perl.org > >> Subject: Inline::Java + JDBC > >> > >> Can I pass a db connection made with JDBC to the rest of > my script or > >> would I have to do all my reading from the db and then pass > >> that info to > >> my script? > >> > >> :Robert > >> >

Re: Inline::Java + JDBC

2006-07-19 Thread Jason Stelzer
On Jul 19, 2006, at 10:12 AM, Robert Hicks wrote: Sorry I took so long getting back. What I mean is can I use Inline::Java to setup a database connection and then pass that connection off to the Perl side so I don't need to have the Oracle client installed. I am thinking probably not.

Re: Inline::Java + JDBC

2006-07-19 Thread Robert Hicks
mean. Could you give an example? Do you mean the JDBC.pm module, or just JDBC in general? -Ken -Original Message- From: Robert Hicks [mailto:[EMAIL PROTECTED] Sent: Sunday, July 16, 2006 9:41 PM To: inline@perl.org Subject: Inline::Java + JDBC Can I pass a db connection made with

RE: Inline::Java + JDBC

2006-07-17 Thread Ken.Williams
Not sure what you mean. Could you give an example? Do you mean the JDBC.pm module, or just JDBC in general? -Ken > -Original Message- > From: Robert Hicks [mailto:[EMAIL PROTECTED] > Sent: Sunday, July 16, 2006 9:41 PM > To: inline@perl.org > Subject: Inline::Java +

Inline::Java + JDBC

2006-07-16 Thread Robert Hicks
Can I pass a db connection made with JDBC to the rest of my script or would I have to do all my reading from the db and then pass that info to my script? :Robert