https://bugs.documentfoundation.org/show_bug.cgi?id=139207

Robert Großkopf <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Robert Großkopf <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to