Hello, my db file is locate on a shared directory at remote PC. The definition is jdbc:h2:file://IpAddress/share/app When I disconnect the network to that PC, for simulate a network error I get no exception or notification while running queries. I guess that all the update queries are save in the in-memory. The question is how can I configure H2 to notify me on lost connection to the storage file, and when the network is back on ? Thanks Ron
-- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
