0

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.

ericslaw
  • 1,572
  • 2
  • 13
  • 15

1 Answers1

1

Try DBD::JDBC.

moshen
  • 1,534
  • 1
  • 9
  • 13