Hi, > I'm pretty sure that the password supplied was correct. I would be > glad to use tracing, but I see it is possible to enable it only while > connecting with the URL. I will read the manual to see if there is > another way to enable tracing, as I don't use URL to connect to > database.
You can enable tracing for the PG server when starting the server: java -cp h2*.jar org.h2.tools.Server -pg -trace See also http://www.h2database.com/javadoc/org/h2/tools/Server.html#main(String[]) 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 -~----------~----~----~----~------~----~------~--~---
