Warner,

Thanks for the tip!  It seems to have worked.  I no longer get any errors.
I had completely misunderstood the database.adapter property.  I thought you
just had to create any name you wanted and then associate it with a JDBC
driver.  Now I went back and read the DB class and it cleared out several
questions.

Daniel.

----- Original Message -----
From: "Warner Onstine" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 25, 2001 10:58 AM
Subject: Re: Setting up database in Turbine 2.1: "Database not implemented"
error
>> [snip snip]
> >
> > This is how my TR file is configured:
> >
> > database.default.driver=com.jnetdirect.jsql.JSQLDriver
> > database.default.url=jdbc:JSQLConnect://192.168.1.201/database=jakartadb
> > database.default.username=xxxxx
> > database.default.password=xxxxx
> > ....
> > database.adaptor=DBJSQL
> > database.adaptor.DBJSQL=com.jnetdirect.jsql.JSQLDriver
>
> If you want to do this, I think you'll have to write your own adaptor.
> Otherwise you might be able to get away with this:
> database.adaptor=DBMSSQL
> database.adaptor.DBMSSQL=com.jnetdirect.jsql.JSQLDriver
>
> [snip snip]



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

Reply via email to