how to connect and select data from a JDBC over RMI database in perl?
Posted
by ericslaw
on Server Fault
See other posts from Server Fault
or by ericslaw
Published on 2010-04-13T21:02:14Z
Indexed on
2010/04/13
21:03 UTC
Read the original article
Hit count: 165
I have a 3rd party application that exposes in-memory data structures via a JDBC api over RMI.
How can I get data out of that database api without having to run squirrel or similar GUI application?
Perl solution preferred, but java solution acceptable.
© Server Fault or respective owner