"Mathew Delong" schreef:
> I am calling into a Perl script from a Java class to retrieve
> information from a database, and am interested in using DBI for the
> connection. However, the Java class calling into the perl script will
> already have an established JDBC connection to the database, and I
> would
> like to reuse this connection instead of creating a second connection.
> Is there any way to do this with DBI, or am I barking up the wrong
> tree?

Put some proxy-daemon in between? Only the proxy connects to the
database, both the "Java class" and the "Perl script" connect to the
proxy.

-- 
Affijn, Ruud

"Gewoon is een tijger."

Reply via email to