Thanks for your input - I have tried to follow the instruction given
in the H2 documentation but I have had sevveral problems
I installed PsqlODBC
I ran the c:\windows\syswow64\odbcad32.exe and added the PostgreSQL
following the table given in the documentation.
When I tried a Configure to check the data entered I got the following
errors
The setup routines for the PostgreSQL ODBC driver could not be found.
Please reinstall the driver
then
Errors Found:
The specified DSN contains an archecture mismatch between the Driver
and Application.
I also tried the first Java command and this was the response
I tried to remove the entry and got the same errors as above.
java -cp h2*.jar org.h2.tools.Server
Exception in thread "main" java.lang.NoClassDefFoundError: org/h2/
tools/
Caused by: java.lang.ClassNotFoundException: org.h2.tools.Server
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: org.h2.tools.Server. Program will
exit.
To recover I had to do a system restore to a point before the first
install of PsqlODBC
What am I doing wrong.
> Check out the ODBC section herehttp://
www.h2database.com/html/advanced.html#odbc_driver.
> For more options, visit this group athttp://
groups.google.com/group/h2-database?hl=en.- Hide quoted text -
>
> - Show quoted text -