Database Connection URL Attributes
Page 11 of 17

logDevice=logDirectoryPath

Function

During database creation, specifies path to the directory on which to store the database log. Even if specified as a relative path, the logDirectoryPath is stored internally as an absolute path.

Combining with Other Attributes

Use in conjunction with create=true or one of the synchronization-specific database creation attributes.

Example

jdbc:cloudscape:newDB;create=true;logDevice=d:/newDBlog