Difference between revisions of "Database/Drivers/MySQL Native/Overview"

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: == MySQL driver for OpenOffice.org == The MySQL driver for OpenOffice.org (also called Connector/OO.org) is a "native" MySQL driver for OpenOffice.org. Before the development of the Conen...)
 
 
(42 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== MySQL driver for OpenOffice.org ==
 
== MySQL driver for OpenOffice.org ==
  
The MySQL driver for OpenOffice.org (also called Connector/OO.org) is a "native" MySQL driver for OpenOffice.org. Before the development of the Conenctor/OO.org
+
The MySQL driver for OpenOffice.org (also called Connector/OO.org) is a "native" MySQL driver for OpenOffice.org. Before the development of the Conenctor/OO.org, OO.org has used JDBC/ODBC to connect to the MySQL Server. JDBC/ODBC adds an extra level of indirection to the connection and is generally speaking more difficult to install but Connector/OO.org.
 +
 
 +
Please note that this page is not part of the end-user documentation, check [[http://forge.mysql.com/wiki/Connector_OpenOffice MySQL Forge Connector/OpenOffice] for end-user documentation.. This page is part of the project documentation and used by the development team to coordinate their work.
 +
 
 +
== Goal  ==
 +
 
 +
Develop a "native" MySQL driver for OpenOffice.org which is at least as feature-complete as other drivers. Complete the task before the release of OO.org 3.1
 +
 
 +
== Team  ==
 +
 
 +
=== OpenOffice.org/StarOffice Base  ===
 +
 
 +
*Frank Schoenheit (Development)<br>
 +
*Ocke Janssen (Development)<br>
 +
*Christoph Lukasiak (Quality Assurance)<br>
 +
*Marcus Lange (Program Manager)<br>
 +
 
 +
=== MySQL  ===
 +
 
 +
*Georg Richter, Development Manager - Connectors &amp; Client Connectivity, firstname at mysql dot com, (Development)
 +
*Ulf Wendel, Senior Software Engineer, uwendel at mysql dot com, (QA, Documentation)
 +
*Andrey Hristov, Software Engineer, firstname at mysql dot com, (Development)
 +
*Lawrenty Novitsky, Software Developer, lawrin at mysql dot com, (QA, Development)
 +
 
 +
== Technical Documentation ==
 +
 
 +
* [[Database/Drivers/MySQL Native/TestingIdeas|Ideas for testing]]
 +
 
 +
=== Infrastructure ===
 +
 
 +
* Mailinglists and IRC
 +
** dev@openoffice.org
 +
** irc.freenode.org - #dev.openoffice.org
 +
 
 +
* OpenOffice 3 CVS
 +
** checkout: cvs -d :pserver:anoncvs@anoncvs.services.openoffice.org:/cvs checkout  -r DEV300_m10 OpenOffice3
 +
** update to CWS code status:  cvs update -r cws_dev300_mysqlnative
 +
 
 +
* [[CWS|CWS (child workspace)]] of Connector/OO.org
 +
** [http://www.openoffice.org/scdocs/ddSSHGuide CVS/SSH instructions]
 +
** Web interface - EIS (Environment Information System) link to CWS: [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300%2Fmysqlnative  mysqlnative]
 +
* Build environment on lsmy3 (MySQL internal)
 +
** [http://tools.openoffice.org/ Introduction on Building OOo]
 +
** For general questions ask on the OOo community mailing lists
 +
 
 +
* MySQL Connector/OpenOffice.org
 +
** [[Database/Drivers/MySQL Native/Connector/C-OOo-Connect-URL | Connection-URL]]
 +
 
 +
=== OpenOffice.org ===
 +
 
 +
* [[Database/Drivers/MySQL_Native/Architecture|OpenOffice.org/StarOffice Base - database driver architecture overview]]
 +
* [[Database/Drivers/MySQL_Native/SDBC%28X%29_Interface|SDBC(X) Interface which has to be supported]]
 +
* [[Database/Drivers/MySQL_Native/SDBC%28X%292MySQL|Mapping of SDBC(X) and MySQL interface]]
 +
[[Category:MySQL]]

Latest revision as of 21:41, 15 December 2009

MySQL driver for OpenOffice.org

The MySQL driver for OpenOffice.org (also called Connector/OO.org) is a "native" MySQL driver for OpenOffice.org. Before the development of the Conenctor/OO.org, OO.org has used JDBC/ODBC to connect to the MySQL Server. JDBC/ODBC adds an extra level of indirection to the connection and is generally speaking more difficult to install but Connector/OO.org.

Please note that this page is not part of the end-user documentation, check [MySQL Forge Connector/OpenOffice for end-user documentation.. This page is part of the project documentation and used by the development team to coordinate their work.

Goal

Develop a "native" MySQL driver for OpenOffice.org which is at least as feature-complete as other drivers. Complete the task before the release of OO.org 3.1

Team

OpenOffice.org/StarOffice Base

  • Frank Schoenheit (Development)
  • Ocke Janssen (Development)
  • Christoph Lukasiak (Quality Assurance)
  • Marcus Lange (Program Manager)

MySQL

  • Georg Richter, Development Manager - Connectors & Client Connectivity, firstname at mysql dot com, (Development)
  • Ulf Wendel, Senior Software Engineer, uwendel at mysql dot com, (QA, Documentation)
  • Andrey Hristov, Software Engineer, firstname at mysql dot com, (Development)
  • Lawrenty Novitsky, Software Developer, lawrin at mysql dot com, (QA, Development)

Technical Documentation

Infrastructure

  • Mailinglists and IRC
    • dev@openoffice.org
    • irc.freenode.org - #dev.openoffice.org
  • OpenOffice 3 CVS
    • checkout: cvs -d :pserver:anoncvs@anoncvs.services.openoffice.org:/cvs checkout -r DEV300_m10 OpenOffice3
    • update to CWS code status: cvs update -r cws_dev300_mysqlnative

OpenOffice.org

Personal tools