Greg,
We have been using InterBase 6.0 with Orion for several months, first with
the beta version and recently with the production release, and have been
very happy with it's performance. At this point, we are working with the
classic version on a Linux box, although we have also successfully
performed test installs and connections in a Windows environment. We have
not worked with the Linux Superserver installation at this point.
We did find that it is necessary to copy the interclient.jar into the
orion/lib directory in order for orion to find it. Your error message
indicates that this might be your problem.
Bob Lyon
SCIENTECH, Inc.
At 09:35 AM 08/28/2000 -0400, you wrote:
>Has anyone experienced connecting Orion to InterBase 6.0. I've been
>successful hooking Orion up to several RDBMS via the JDBC-ODBC bridge. With
>InterBase, the InterClient package provides the connectivity and the JDBC
>driver. My data-sources.xml file looks something like the following:
>
><data-source name="Default data-source"
>class="com.evermind.sql.ConnectionDataSource"
>location="jdbc/DefaultDS"
>pooled-location="jdbc/DefaultPooledDS"
>xa-location="jdbc/xa/DefaultXADS"
>ejb-location="jdbc/DefaultEJBDS"
>url="jdbc:interbase://localhost/E:/Inprise/InterBase/data/mydb.gdb"
>connection-driver="interbase.interclient.Driver" username="user"
>password="password" />
></data-sources>
>
>The interclient.jar file is in my classpath, but I get an error when I start
>Orion that it cannot locate the DriverManager
>"interbase.interclient.Driver".
>
>Any ideas?
>
>Thanks,
>Greg