Andrew Cadman wrote:
I'd like to return a complete record set of a given database table using an
array of Hashmaps from my java class and convert that to an array of hashes
in perl.
Is this possible to acheive, and what are the performance implications, as I
need to use this on a fairly heavily us
Hi,
I'm a perl programmer who is java newbie. I have got Inline::Java to access
my database by JDBC via perl package which accesses a standard java class
which in turn imports the necessary drivers and connects, etc, etc..
I'd like to return a complete record set of a given database table using a