how to connect h2 database with c#
i am looking for connection string of h2 database with VS2015 c#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajkiran SwainPosted Jun 27, 2017, 1:28 PM
Manikandan MurugesanPosted Jun 27, 2017, 1:06 PM
I've used h2 a lot with Java. I think that the reason you can access the table in c# when you've created it in c# is because the database you are looking at is a different one to the one you're looking at in the console. Maybe recheck your connection string (in both c# and the console).
Databases are created if they don't exist by default by the h2 driver.