in reply to H2 database connect in perl

On windows 8.1, I manage to connect to a H2 server on locahost with PostgreSQL ODBC driver Unicode(x64) (port 5435) http://www.h2database.com/html/advanced.html#odbc_driver. I had to untick the 'Server side prepare' on Options Datasource->page 2 to execute a simple statement though.

poj