[Libreoffice-bugs] [Bug 139207] subform data bug in LibreBase (with native mysql connector)
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Dec 24 13:09:19 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=139207
Robert Großkopf <robert at familiegrosskopf.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |robert at familiegrosskopf.de
--- Comment #1 from Robert Großkopf <robert at familiegrosskopf.de> ---
Could be it is a problem with parameter name settings:
Try this:
SUB FB_Parameter
DIM oSettings AS OBJECT
oSettings = ThisComponent.DataSource.Settings
oSettings.ParameterNameSubstitution = True
END SUB
You must only run this procedure from the opened database one time.
Or have a look at the content.xml in the *.odb-file (could be opened by a
zip-program)
Not working code:
<db:driver-settings db:system-driver-settings="" db:base-dn=""
db:parameter-name-substitution="false"/>
Working code
<db:driver-settings db:system-driver-settings="" db:base-dn=""/>
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201224/3cc4b2b4/attachment.htm>
More information about the Libreoffice-bugs
mailing list