Connecting a client to the Network Server with the SimpleNetworkClientSample program

The SimpleNetworkClientSample program is a client program that interacts with the Derby Network Server from another JVM.

The program performs the following tasks:
  1. Loads the network client driver. (Note that this step is not necessary if you are running the client on JDK 1.6 or higher. In that environment, the network client driver loads automatically.)
  2. Obtains a client connection by using the DriverManager.
  3. Obtains a client connection by using a DataSource.
  4. Tests the database connections by running a sample query.
  5. Closes the connections and then exits the program.
To run the sample program, use the following files in the %JAVA_HOME%\demo\db\programs\nserverdemo\ directory:

You must have installed the Demos and Samples for the JDK. See "Installing Java DB" in Getting Started with Java DB for details.

Related concepts
Overview of the SimpleNetworkServerSample program
Related tasks
Running the SimpleNetworkServerSample program
Running the SimpleNetworkClientSample program