# # The properties for DBConnector # # database: the name of the database product # jdbcDriver: the class name of the JDBC driver # dataSource: the name of the data source, i.e., the database to be accessed # username: the user name for accessing the database (optional) # password: the password for accessing the database (optional) # connection.create: extra properties for creating a database when it does not exist (optional) # connection.shutdown: extra properties for shuting down a database (optional) # home.property: the system property name for setting the home directory of a database (optional) # home.default: the default home directory of databases (optional) # database=CloudScape 3.51 jdbcDriver=COM.cloudscape.core.JDBCDriver dataSource=jdbc:cloudscape: connection.create=;create=true connection.shutdown=;shutdown=true home.property=cloudscape.system.home