Partycki Piotr <[EMAIL PROTECTED]> writes:

> I am trying to modify Scarab to use JdbcOdbc driver. I change
> TR.props file to:
> services.DatabaseService.database.scarab.driver=sun.jdbc.odbc.JdbcOdbcDriver
>
> But I've got exception:
> java.lang.reflect.InvocationTargetException:
> java.lang.InstantiationException: Unknown JDBC driver:
> sun.jdbc.odbc.JdbcOdbcDriver: Check your configuration file
>       at org.apache.torque.adapter.DBFactory.create(DBFactory.java:217)
>
> After looking to Torque sources(DB.java) I found that Torque does not
> support JdbcOdbc, is it true or I overlooked something?

Torque supports any driver you want to use when configured properly.
If you're trying to use the JDBC-ODBC bridge, I'd be extremely wary of
it with ANY software, as it is well known to be very buggy.

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

Reply via email to