Say I have a hypersonic database server running on port 20000. How do I
connect to it with OJB/ODMG?

In the repository xml you can give a dbalias, but this seems to be to the
actual file that hypersonic uses.

Eg., I could do something like this (if I wasn't trying to use OJB):
DriverManager.getConnection( "jdbc:hsqldb:hsql://localhost:20000", "sa", ""
);

Thanks,
Peter

Reply via email to