----- Original Message -----
From: "Jason van Zyl" <[EMAIL PROTECTED]>
> On Fri, 2002-02-22 at 22:06, Erik Hatcher wrote:
> > Does this have anything to do with it does it?
> >
> > >From DBFactory.initializeDriverToAdapterMap
> >
> >   driverToAdapterMap.put("org.hsql.jdbcDriver", "DBHypersonicSQL");
> >
> > hsqldb's jdbcDriver is org.hsqldb.jdbcDriver (not org.hsql...) in 1.61.
>
> Sure does!
>
> I just added an entry to the DBFactory class for you. Give it a whirl.
> I added:
>
> driverToAdapterMap.put("org.hsqldb.jdbcDriver", "DBHsqldb");

I'm confused by this though.  You said you've been working with hsqldb for a
while - why did it work for you?  And from looking at the code it seems
those mappings are just for convenience, but that it creates new ones on the
fly from the configuration (Torque.properties in my case).

Anyway, I'll give the new code a try after a bit of sleep!

Many thanks again Jason.

    Erik




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to