EDV Beratung Kienlein
Info´s zu OpenOffice
BasicLibrary zum OOo-DevelopersGuide: DevGuide.zip
2003-03-18: HelloTextTableShape, TextDocuments
2003-03-23: DevGuide_install.txt included
2003-03-30: some Fixes in Inspect-Dialog
2003-09-26: new Version of Inspect Modul
Der Versuch, die Beispiele aus dem Developers Guide mit Basic nachzubilden. Mit meinen ObjectInspector zum Anzeigen aller Methoden, Eigenschaften und Services der einzelnen Objekte
A try to rebuild the Examples from the Developers Guide with Basic. Now only some pieces from FirstSteps are ready. And my ObjectInspector, a Basic-Dialog as Library to check all OOo-Objects. If you are interested in some specific peace of OOo, you can simple type in your own Code.
dbmon-unjar-me.jar
Ein kleines Java-Tool. um Datenbanken über JDBC anzusprechen. Vor allem, um rauszufinden, welche META-Daten die jeweiligen Treiber liefern und warum deshalb OOo damit nicht zurecht kommt. Zu Java-Klasse lautet: org.mfr.dbMon.Monitor
A little Java-Tool to connect to different Databases with JDBC. And to see, what META-Data the Drivers get back and than why OOo cannot work correctly with them. The Java-Class is: org.mfr.dbMon.Monitor
sapdb-jdbc-howto-en.html vom 11.01.2003
A Guide to connect from OOo to a SAPDB Database with JDBC Drivers.
mysql-jdbc-howto-en.html vom 22.12.2002
A Guide to connect from OOo to a MySQL Database with native JDBC Drivers without ODBC.
mysql-jdbc-howto-de.html vom 21.09.2002
Eine Anleitung, wie man mit OpenOffice über JDBC auf eine MySQL Datenbank zugreifen kann. Incl. einiger Basic-Beispiele zum Zugriff darauf.
db-monitor vom 01.03.2002
Ein Basic-Dialog-Script für Star/OpenOffice.org, mit dem man alle angemeldeten Datenbanken und Tabellen anzeigen und durchblättern kann (incl. Neuanlage, Ändern und Löschen).
A Basic Dialog Script to manage all Databases and Tables inside OOo (with Update, Change and Delete).