Hi, You have used version psqlodbc_08_04_0200 but the last version I tried was psqlodbc-08_02* - that's probably the reason.
I guess the main problem is that the column T.TYPTYPMOD is missing. This is a bug in H2, in the file pg_catalog.sql. This will be fixed in the next release. If you want to test it now you would have to replace the file pg_catalog.sql from here: http://h2database.googlecode.com/svn/trunk/h2/src/main/org/h2/server/pg/pg_catalog.sql - and build H2 yourself. In any case you will also have to drop the pg_catalog first using "drop schema pg_catalog" and then re-connect. I'm not sure if this will completely solve the problem however - there might be more columns missing. Please send a mail if so. Another problem might be that trigger class it.ubi.mimweb.h2.AutoInc doesn't implement close(). This is due to a change in the trigger interface in H2 in version 1.2.129. As far as I see this is not a big problem, but you should probably fix that in the near future. By the way, the message about "MSYSCONF" is not really a problem, you can ignore that. Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
