H2 business_data.db

Connection to H2 local business_data.db for test purposes

Hello,

I'm trying to access the H2 business_data database and extract some data for test purposes (before switching to another DB).

I've setup an H2 connector with folllowing configuration:

jdbc:h2:TCP://localhost:5432/business_data.db;FILE_LOCK=NO

username: sa

password:

I got this error when submitting my SQL request:

Notifications