https://bugs.documentfoundation.org/show_bug.cgi?id=141132
Robert Großkopf <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
--- Comment #3 from Robert Großkopf <[email protected]> ---
Could be it is a problem with parameters.
If this is a part of the content.xml in the Base file:
<db:driver-settings db:system-driver-settings="" db:base-dn=""
db:parameter-name-substitution="false"/>
You have to change it to
<db:driver-settings db:system-driver-settings="" db:base-dn=""/>
You could also try it by running the macro:
SUB FB_Parameter
DIM oSettings AS OBJECT
oSettings = ThisComponent.DataSource.Settings
oSettings.ParameterNameSubstitution = True
END SUB
This will change it also. The possibility to change this in additional
properties for the database has been gone for MySQL/MariaDB
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs