Showing posts with label Connecting to ApacheDerby in offline mode. Show all posts
Showing posts with label Connecting to ApacheDerby in offline mode. Show all posts

Saturday, 29 June 2013

Connecting to Cloudscape/Apache Derby when the Server is Stopped

We can connect to Cloudscape/Apache Derby database even when the server is stopped. Use the following steps to connect to database

1.Navigate to bin folder under WC Installation Directory for eg: WCDE_ENT70\bin
2. Open ij.bat file
3. At the ij> prompt type connect '..\db\mall';
4. Write the SQLstatement you want to run and execute it.