Re: anyone accessing "h2" java database with DBI?
[email protected] (John Scoles)
| Newsgroups | perl.dbi.users |
|---|---|
| Message-ID | <[email protected]> |
That is what I would say you would have to go with as I could not find a C or C++ interface for it on my quick look at the site. There must be one someplace though?? cheers John 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. > > Alexander > > On 04.05.2010 23:23, David Nicol wrote: >> I don't suppose anyone has bothered to construct a DBD for h2? >> http://www.h2database.com/html/main.html >> the unfortunate choice to name it the same as the level two header >> html tag makes it somewhat tricky to search for. >> > >