How to start H2 database in server mode. I need to start it from my application.I tried the following code:
server = Server.createTcpServer().start();
You can use the following code to run H2 in server mode.
You can use SQuirrel SQL client (http://squirrel-sql.sourceforge.net/) to connect to you H2 database and look at the tables.