Hi, > I was wondering if it's possible to provide the JDBC URL as a query > parameter so that it can be bookmarked in the browser instead of > entering it manually each time.
Why each time? The last recently used settings are re-used. Or are they not for you? > For example, if my JDBC URL were > jdbc:h2:mem:mydb and I were running H2 on 8082, it would be great if I > could point my browser to: > http://localhost:8082/login.jsp?jdbcurl=jdbc:h2:mem:mydb That's an interesting feature, but it's not supported currently. 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.
