|
H2 Database Startup and JDBC Connectivity
The following video shows H2 Database startup and JDBC Connectivity.
- Start the H2 Database by running the executable JAR h2-1.3.160.jar.
- Login to local H2 database from Web console.
- We can create, view, update and delete tables from Web console.
- Setup the classpath for H2 JDBC driver and run the test program.
|
|