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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Known issues)
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{DISPLAYTITLE:MySQL Native Driver}}
 +
 +
See also  '''[[Database/Drivers/MySQL Native/Overview | Overview page]]'''
 +
 
This page is dedicated to the [http://forge.mysql.com/wiki/Connector_OpenOffice MySQL native driver], which is currently being developed by MySQL and OpenOffice.org engineers.
 
This page is dedicated to the [http://forge.mysql.com/wiki/Connector_OpenOffice MySQL native driver], which is currently being developed by MySQL and OpenOffice.org engineers.
  
== Known issues ==
+
<DPL>
* '''Existing table fields cannot be altered'''<br/>The implementation simply didn't get that far ... for the final release, we expect this to be fixed
+
  titlematch=Database/Drivers/MySQL Native/%
* '''The user interface is not remotely intuitive'''<br/>That's true. The final version will run in OpenOffice.org 3.0 only, which will have a dedicated UI.
+
  nottitlematch=Database/Drivers/MySQL Native/%C-C++%
* '''The driver doesn't run in OpenOffice.org 3.0 developer snapshots'''<br/>Well, it's not intended to do. Please use it with the 2.4 release only, everything else is not supported right now, and may lead to all kind of unwanted results.
+
  nottitlematch=Database/Drivers/MySQL Native/Known Driver Problems
* '''sub forms do not work'''<br/>Well, not all of them don't ... more precise, in general SQL statements with named parameters (":param_name") do not work. The ODBC/JDBC driver wrapper used to replace them with unnamed parameters ("?"), since MySQL does not understand them, but the native driver does not do this, yet. Since sub forms usually make heavy use of such named parameters, they currently fail.
+
  replaceintitle=#Database/Drivers/MySQL Native/#,
[[Category:Database|MySQL]]
+
</DPL>
 +
 
 
[[Category:Database Drivers|MySQL]]
 
[[Category:Database Drivers|MySQL]]
* '''specifying a different socket path is not supported'''<br>This will be fixed wiith new UI (3.0). As a workaroud you can specify a port number. In this case the driver will establish a connection via TCP, e.g. 127.0.0.1:3306/yourdb.
+
[[Category:MySQL]]

Latest revision as of 08:50, 8 January 2009


See also Overview page

This page is dedicated to the MySQL native driver, which is currently being developed by MySQL and OpenOffice.org engineers.

Personal tools