Hi, > I'm trying to understand the difference between these two classes > (Console vs. Server). So far my understanding is; both classes can be > used to start the H2 server (in different modes); even though the > org.h2.tools.Server class seems to be the multi-featured and more > capable one.
The Console can additionally start a system tray icon (or a small window) so you can stop it. The Console can almost do everything what the Server tool can, except (currently) stop a TCP server. Probably I should combine both tools. Only I'm currently not sure if the remaining tool should be called "Console" or "Server"... Probably "Server"? 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 -~----------~----~----~----~------~----~------~--~---
