You have a couple of options. First it tcp server. And it everything is running locally, then the first part of the JDBC URL is "localhost" and the default port number (which I don;t know off the top of my head).
You do need to know the rest of the JDBC URL because that specifies the database name as we as any relative folder(s) that the database my go under. The other option is everything is on the same computer would be to use AUTO_SERVER. In either case, it is necessary to know the JDBC URL. As far as creating the databases themselves, I have .sql that gets run as necessary to build and populate the database. Jeffrey -- 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.
