Hi, After creating an in-memory database on myserver using org.h2.Driver/ jdbc:h2:mem:logs and starting a TCP server on myport, I could successfully access it remotely using org.h2.Driver/jdbc:h2:tcp:// myserver:myport/mem:logs.
But if I replace TCP server with PG server and try to access it remotely using org.postgresql.Driver/jdbc:postgresql://myserver:myport/ mem:logs, it didn't work. I wonder if a special jdbc url is required or it's simply impossible to access in-memory db remotely by PG server ? Thanks! Li -- 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.
