Seite 1 von 1
Kadress in OOwriter einbinden
Verfasst: Do, 16.10.2008 13:49
von rethus
Ich hab es unter KDE3 schon mal gemacht, und funzte reibungslos. Jetzt geht es nicht mehr.
Ich habe KDE4.1.2 und OO2.4.1
Gehe ich auf Neu -> Datenbank -> Verbindung zu einer bestehenden Datenbank , zeigt er mir mein Kadress-Datenbank an.
Wähle ich diese aus, richtet er diese auch ein. Jedoch ist die Datenbank komplett leer, obwohl ich ethliche Termine in Kadress habe.
Wie bekomm ich es hin, dass OO die Kadressdatenbank findet? Kann man das irgendwo einstellen?
Re: Kadress in OOwriter einbinden
Verfasst: Mi, 27.05.2009 10:15
von rethus
Habe das Problem immer noch, mitlerweile Openoffice Version 3.0.1
Wirklich keiner hier, der eine Idee hat.
Re: Kadress in OOwriter einbinden
Verfasst: Mi, 27.05.2009 10:39
von rethus
Also wenn ich die von Openoffice erstellte odb-Datei entpacke (ist ja nur ein Archiv mit xml-dateien), erhalte ich folgendes:
settings.xml:
Code: Alles auswählen
<?xml version="1.0" encoding="UTF-8"?>
<office:document-settings xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="http://www.w3.org/2000/svg" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:db="urn:oasis:names:tc:opendocument:xmlns:database:1.0" office:version="1.2"/>
mimetype:
content.xml:
Code: Alles auswählen
<?xml version="1.0" encoding="UTF-8"?>
<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ooo="http://openoffice.org/2004/office" xmlns:db="urn:oasis:names:tc:opendocument:xmlns:database:1.0" office:version="1.2">
<office:font-face-decls>
<style:font-face style:name="F" svg:font-family=""/>
</office:font-face-decls>
<office:automatic-styles/>
<office:body>
<office:database>
<db:data-source>
<db:connection-data>
<db:connection-resource xlink:href="sdbc:address:kab"/>
<db:login db:is-password-required="false"/>
</db:connection-data>
<db:driver-settings/>
<db:application-connection-settings>
<db:table-filter>
<db:table-include-filter>
<db:table-filter-pattern>%</db:table-filter-pattern>
</db:table-include-filter>
</db:table-filter>
</db:application-connection-settings>
</db:data-source>
<db:table-representations>
<db:table-representation db:name="Adressbuch"/>
</db:table-representations>
</office:database>
</office:body>
</office:document-content>
MetaInf/manifest.xml:
Code: Alles auswählen
<?xml version="1.0" encoding="UTF-8"?>
<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0">
<manifest:file-entry manifest:media-type="application/vnd.oasis.opendocument.base" manifest:full-path="/"/>
<manifest:file-entry manifest:media-type="text/xml" manifest:full-path="content.xml"/>
<manifest:file-entry manifest:media-type="text/xml" manifest:full-path="settings.xml"/>
</manifest:manifest>
Durchgeführt habe ich die Verknüpfung via Datei >> Assistent >> Adress-Datenquelle...
Hoffe, das jemand helfen kann.