apache > db
Apache DB Project
 
Font size:      

Example of Creating a Log in a Non-Default Location

Example of Creating a Log in a Non-Default Location

The following database connection URL creates a database in the directory d:/mydatabases, but puts the database log directory in h:/janets/tourslog:

jdbc:derby:d:/mydatabases/toursDB;
    create=true;logDevice=h:/janets/tourslog

Previous Page
Next Page
Table of Contents
Index