The database connection is working since adding and dropping tables workes perfectly. Concerning the schema, I am not sure. In netbeans' db manager I decided for App as schema although I do not know what it means. May some could it explain to me.

Thanks Wolf

Am 03.10.2007 um 16:21 schrieb John Embretsen:

Wolf Bublitz wrote:
That`s the way it should be, but does not work either.

Make sure you are accessing the correct database and the correct schema.

The location of the database you are connecting to may depend on
 a) whether you are running embedded or client/server
 b) the value of the system property derby.system.home
 c) whether your URL is relative or absolute
d) the working directory of your application (if using embedded) or the network server.

For more info on c), see http://wiki.apache.org/db-derby/ DatabaseNamesRelativeAbsolute

You could also try Knut Anders' suggestion as an alternative approach.


--
John

Reply via email to