Hi, > our application is automatically started > on Windows start up
I guess there is no 'user' yet if the database is started within a "service", therefore there is no 'user home directory', so Java picks C:\Program Files\Application\startup. > jdbc:h2:~/Application/local/localDB I suggest to use a absolute path in your case. > unexpected status -555469361 Could you verify you are using the same version of H2 for both the client and the server? H2 should work even in that case, but there were problems in the past. Regards, Thomas -- 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.
