Hi,

> process named "org.h2.tools.Console" listed in Apple's "Activity Monitor".
> Is that the only process launched when I double-click "h2-1.2.132.jar"?

Yes.

> I suggest adding a mention of this to the documentation.

Where exactly in the documentation would you expect it? I think
documentation is important, but I want to avoid repeating the same
information in multiple places (otherwise the documentation would be
actually less usable).

> Where is the JDBC driver for me to deploy with my app to connect to an
> H2 database running in server-mode?

You can use h2-1.2.132.jar.

> Does "h2-1.2.132.jar" contain both
> the database engine and the JDBC driver?

Yes.

>  Must I distribute that file, sized 1.2 MB?

No, if you want you can build just the client yourself:
http://www.h2database.com/html/build.html#build_targets (jarClient)

> The topic "Adding Database Drivers" found here:
> http://www.h2database.com/html/tutorial.html
> confused me. Why would I be adding multiple drivers?

Because you may want to connect do other databases (MySQL, PostgreSQL,
HSQLDB,...). I will document that.

> Is /h2/service folder only for running H2 as a Service under Windows
> as described here:
> http://www.h2database.com/html/advanced.html
> Can I ignore or delete that folder if not running on Windows?

Yes.

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.

Reply via email to