Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

EOModeler Adaptor Info howto



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.




Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.