• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
EOModeler Adaptor Info howto
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Prev by Date: Re: ADC Select Membership (WebObjects)
  • Next by Date: Re: ADC Select Membership (WebObjects)
  • Previous by thread: Re: ADC Select Membership (WebObjects)
  • Next by thread: Multiple instances of EOModel in an application.
  • Index(es):
    • Date
    • Thread