https://bugs.documentfoundation.org/show_bug.cgi?id=115988
[email protected] changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
--- Comment #4 from [email protected] ---
Have tried this one with OpenSUSE 42.3 64bit rpm Linux and LO 6.0.0.3, LO
6.0.1.1 and LO 6.0.2.1
I changed the code, because there are many lines without any function for the
bug-description:
SUB ConnectDB
oDatasource = ThisComponent.DataSource
If Not oDatasource.IsPasswordRequired Then
Connection = oDatasource.GetConnection("","")
Else
InteractionHandler = createUnoService("com.sun.star.sdb.InteractionHandler")
Connection = oDatasource.ConnectWithCompletion(InteractionHandler)
End If
END SUB
There must be an external database, which needs a username and password. I
tried with MariaDB on my system.
I put the code into the *.odb-file, started the code and got the dialog for
input password. No problems here with any tested LO-version to connect to the
MariaDB this way.
--
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