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