I am trying to create an application (in Java 6.0) that will create and use an Apache Derby database. I want to make it so other users will be able to access this database at the same time.
Derby includes a Network Server which allows other applications to connect to the database over the network using client/server JDBC. Here's a good place to get started reading about this functionality: http://db.apache.org/derby/docs/10.3/adminguide/cadminov825266.html thanks, bryan
