Thanks Thomas: > > If server Y can't access the files, then you can still use the mixed > mode, however it's no longer automatic. See > alsohttp://www.h2database.com/html/features.html#connection_modes"Mixed > Mode": >
This still confuses me, so if server Y cannot access the files on Server X, then how would a process on server Y connect to the mixed mode database on server X when it does not know the tcp port number? In other words, what is the db url of rhe process on server Y (which can not access the files on server X)? It sounds like in this case I need to use this form of the url when I start the mixed mode database on server X. dbc:h2:tcp://<server>[:<port>]/<databaseName> ;AUTO_SERVER=true. Thanks, --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
