Easysoft
ODBC Drivers for Oracle, SQL Server, Firebird, ISAM, InterBase, Sybase, MS Access & more.

Easysoft ODBC-JDBC Gateway

What settings are required to run the Easysoft ODBC-JDBC Gateway with Sun Java DB?

Article : 00958
Last Reviewed : 14th November 2006
Revision : 1

For embedded use:

AttributeValue
Driver Classorg.apache.derby.jdbc.EmbeddedDriver
Class Path<jarfiledir>derby.jar

where <jarfiledir> is the directory where the Derby driver .jar file is located. For example:

c:\jars\derby.jar
URLjdbc:derby:database

where database is the database you want to connect to. For example:

jdbc:derby:C:\javadb\testdb

For Network Server use:

AttributeValue
Driver Classorg.apache.derby.jdbc.ClientDriver
Class Path<jarfiledir>derbyclient.jar

where <jarfiledir> is the directory where the Derby client driver .jar file is located. For example:

c:\jars\derbyclient.jar
URLjdbc:derby://server/database

where database is the database you want to connect to and server is the machine where the database is running. For example:

jdbc:derby://dbserver.domain.com/C:\Program Files\JavaDB\demo\databases\toursDB

See http://developers.sun.com/prodtech/javadb/.

Note Ensure that there are no trailing spaces left at the end of the Driver Class value.

Applies To

Knowledge Base Feedback

* Did this content help you?
Yes
No
Maybe
 
* Please select one option based on your first choice:
I'm very satisfied
I think it will help, but I haven't tried it yet
It is helpful, but I need more information
It is helpful, but hard to understand
Seemed relevant in search results, but didn't help me
The information is incorrect
The page contains one or more broken links
 
  Suggest new content or let us know how we can improve this content:

 
  (* Required Fields)   



© 1993 - 2008 Easysoft Limited. All rights reserved.