EOModeler Adaptor Info howto
EOModeler Adaptor Info howto
- Subject: EOModeler Adaptor Info howto
- From: Baiss Eric Magnusson <email@hidden>
- Date: Wed, 23 Jun 2004 17:36:19 -0700
In the JDBC Connection panel of EOModeler I have:
Username: sa
Password:
URL: jdbc:hsqldb:hsql://localhost/TestTYFdb
Driver: org.hsqldb.jdbcDriver
Plugin: hSQLdbPlugin
At <OK> EOModeler complains:
JDBC connection failed for driver :'org.hsqldb.jdbcDriver'. Driver not
found in Java Runtime! ...
But the following Java statements in a test program execute
successfully:
Class.forName("org.hsqldb.jdbcDriver");
// connect to the database. This will load the db files and
start the
// database if it is not alread running.
Connection conn = DriverManager.getConnection("jdbc:hsqldb:"
+ TestTYFdb, // filenames
"sa", //
username
""); //
password
I put <hsqldb.jar> in </Library/Java/Externsions/> where the frontbase
and openbase jar files are.
----
Baiss Eric Magnusson
<http://www.Track-Your-Finances.com>
<http://www.CascadeWebDesign.com>
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.