Hi, I've recently been playing with the super-cool JDBC.pm module to get database access working from machines where building the traditional DBD drivers has been difficult. And now I want the DBI interface too! =)
Has anyone considered writing a DBD driver to act as an adapter to JDBC.pm? Unfortunately the DBD::JDBC namespace is already taken for a closely-related module that looks like more hassle to use (requires setting up a server to act as the JDBC go-between). -Ken