Finding Records in H2 Database

1
0
-1

Hello,

I'm trying to verify if my objects have been created in the built in H2 database.

My model runs fine with no errors and I'm setting and getting values within my BPM, however, I can't find the database schema with my data.

I'm running h2-1.3.170.jar and I'm not sure where to look

Please help

3 answers

1
+1
-1
This one is the BEST answer!

Found answer. I was using the incorrect URL with using the H2 Console.

I needed to use jdbc:h2:tcp://localhost:9091/business_data.db

1
0
-1

I have the same question too. Please advice as to where I can browse through the archived process data in H2 db.

Thanks,

1
0
-1

You need to look at the Archived Instance of the process case,

regards

Comments

Submitted by mtdonovan on Tue, 08/18/2015 - 16:52

Where is the archived located? When using H2 Console, all I see is INFORMATION_SCHEMA.

Notifications