1. Create a new database 2. Select "Connect to an existing database", choose "Writer Document" 3. Choose a Writer file in the next step 4. Save the database When you inspect the content.xml from the created odb file, you see <db:file-based-database xlink:href="../Test.odt/" ... /> The path should be absolute, not relative.
(In reply to Samuel Mehrbrodt (CIB) from comment #0) > The path should be absolute, not relative. Missing any argument to set a relative path to an absolute path. Same behavior for connection to Calc-files. You could copy the database and the file to another system with the same relative path and it would work. If connected like you wish it would only work for the same absolute path. Why should we construct such a restriction.
There is a setting in Tools -> Options -> Load/Save -> General: "Save URLs relative to file system". When you disable that checkbox, the reference is saved as absolute path.