On Wed, 05 May 2010 07:06:17 +0200, Alexander Foken wrote:
>It doesn't seem so. But according to the web page you linked, h2 has an
>ODBC driver, so you should be able to use DBD::ODBC. And the web site
>shows several JDBC URLs, so there must be a JDBC driver, so you should
>be able to use DBD::JDBC.
As this is apparently a database written in Java, I'd expect the most
important interface to be JDBC.
And yes, looking at the project's site, its home page starts with:
> Welcome to H2, the Java SQL database. The main features of H2 are:
>
> * Very fast, open source, JDBC API
Well, duh...
Look no further than JDBC, that's what I would say.
--
Bart Lateur
[email protected]